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()