Remove pairing skill test since it's not part of core

pull/748/head
Åke Forslund 2017-04-16 11:06:35 +02:00 committed by Art McGee
parent 3fa05b16f7
commit 5758994921
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
import unittest
from mycroft.skills.pairing import PairingSkill
class PairingSkillTest(unittest.TestCase):
skill = PairingSkill()