Make pep8 happy

pull/3060/head
Robbie Trencheny 2016-08-30 13:58:53 -07:00
parent d907902af8
commit e9354bb1e8
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ _LOGGER = logging.getLogger(__name__)
class TestComponentsDeviceTracker(unittest.TestCase):
"""Test the Device tracker."""
hass = None # HomeAssistant
yaml_devices = None # type: str
@ -89,7 +90,6 @@ class TestComponentsDeviceTracker(unittest.TestCase):
def test_track_with_duplicate_mac_dev_id(self, mock_warning): \
# pylint: disable=invalid-name
"""Test adding duplicate MACs or device IDs to DeviceTracker."""
devices = [
device_tracker.Device(self.hass, True, True, 'my_device', 'AB:01',
'My device', None, None, False),