Found and Fixed Remaining PEP8 Issue
Troubleshot with wrong file. Everything now meets the PEP8 standard.pull/59/head
parent
40b5cf0da9
commit
f8de5b92f5
|
|
@ -14,5 +14,3 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Mycroft Core. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Mycroft Core. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
import threading
|
||||
|
||||
from adapt.intent import IntentBuilder
|
||||
|
|
@ -49,4 +48,4 @@ class PairingSkill(MycroftSkill):
|
|||
|
||||
|
||||
def create_skill():
|
||||
return PairingSkill()
|
||||
return PairingSkill()
|
||||
|
|
|
|||
Loading…
Reference in New Issue