flake8 update to 3.6.0 (#777)

* flake8 update to 3.6.0

* fix lint
This commit is contained in:
Pascal Vizeli
2018-10-27 15:23:26 +02:00
committed by GitHub
parent 9591e71138
commit 7a87d2334a
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ class APIProxy(CoreSysAttributes):
except (RuntimeError, ValueError, ClientConnectorError) as err:
_LOGGER.error("Client error on WebSocket API %s.", err)
except HomeAssistantAuthError as err:
except HomeAssistantAuthError:
_LOGGER.error("Failed authentication to Home Assistant WebSocket")
raise APIError()