1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

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
+1 -1
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()
+1 -1
View File
@@ -3,7 +3,7 @@ envlist = lint
[testenv]
deps =
flake8==3.5.0
flake8==3.6.0
pylint==2.1.1
-r{toxinidir}/requirements.txt