From f8de5b92f5da9beeed930ef7c44cf29ffb6e006a Mon Sep 17 00:00:00 2001 From: Ryan Sipes Date: Thu, 26 May 2016 12:25:56 -0500 Subject: [PATCH] Found and Fixed Remaining PEP8 Issue Troubleshot with wrong file. Everything now meets the PEP8 standard. --- mycroft/pairing/__init__.py | 2 -- mycroft/skills/pairing/__init__.py | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/mycroft/pairing/__init__.py b/mycroft/pairing/__init__.py index f3c70622d0..4f8393ebfa 100644 --- a/mycroft/pairing/__init__.py +++ b/mycroft/pairing/__init__.py @@ -14,5 +14,3 @@ # # You should have received a copy of the GNU General Public License # along with Mycroft Core. If not, see . - - diff --git a/mycroft/skills/pairing/__init__.py b/mycroft/skills/pairing/__init__.py index fe939fe260..f3de1bd931 100644 --- a/mycroft/skills/pairing/__init__.py +++ b/mycroft/skills/pairing/__init__.py @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with Mycroft Core. If not, see . - import threading from adapt.intent import IntentBuilder @@ -49,4 +48,4 @@ class PairingSkill(MycroftSkill): def create_skill(): - return PairingSkill() \ No newline at end of file + return PairingSkill()