Update for Lint

This commit is contained in:
ollo69
2020-04-26 15:48:23 +02:00
parent 66b3c56905
commit bb3edc134f

View File

@@ -69,7 +69,7 @@ def setup(hass, config, retry_delay=FIRST_RETRY_TIME):
try:
tuya.init(username, password, country_code, platform)
except RequestsConnectionError as ex:
except RequestsConnectionError:
_LOGGER.warning(
"Connection error during integration setup. Will retry in %s seconds",