Found and Fixed Remaining PEP8 Issue

Troubleshot with wrong file. Everything now meets the PEP8 standard.
pull/59/head
Ryan Sipes 2016-05-26 12:25:56 -05:00
parent 40b5cf0da9
commit f8de5b92f5
2 changed files with 1 additions and 4 deletions

View File

@ -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/>.

View File

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