From bb3edc134f9a1869cb89cfb730b4add443ba4be3 Mon Sep 17 00:00:00 2001 From: ollo69 <60491700+ollo69@users.noreply.github.com> Date: Sun, 26 Apr 2020 15:48:23 +0200 Subject: [PATCH] Update for Lint --- homeassistant/components/tuya/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/tuya/__init__.py b/homeassistant/components/tuya/__init__.py index b7a12e7c548..93343cdca92 100644 --- a/homeassistant/components/tuya/__init__.py +++ b/homeassistant/components/tuya/__init__.py @@ -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",