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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()

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