Fix lint, upgrade pylint to 1.8.1

This commit is contained in:
Kevin Fronczak
2018-01-19 14:38:16 -05:00
parent 988265fd9f
commit 261d6293dd
5 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ any communication related errors at startup.
import unittest
from unittest import mock
from blinkpy import blinkpy as blinkpy
import tests.mock_responses as mresp
import blinkpy.helpers.constants as const
import tests.mock_responses as mresp
USERNAME = 'foobar'
PASSWORD = 'deadbeef'