mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
More code style fixes
This commit is contained in:
@@ -69,7 +69,7 @@ class TplinkDeviceScanner(object):
|
||||
host = config[CONF_HOST]
|
||||
username, password = config[CONF_USERNAME], config[CONF_PASSWORD]
|
||||
|
||||
self.parse_macs = re.compile('[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-'+
|
||||
self.parse_macs = re.compile('[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-' +
|
||||
'[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}')
|
||||
|
||||
self.host = host
|
||||
|
Reference in New Issue
Block a user