From b6827ce57a92955dcb9886b82f23a0af43a0e9e0 Mon Sep 17 00:00:00 2001 From: Jack Minardi Date: Sun, 30 Apr 2017 21:02:03 -0400 Subject: [PATCH] Use throwaray variable name --- homeassistant/components/device_tracker/tplink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/device_tracker/tplink.py b/homeassistant/components/device_tracker/tplink.py index d80213dd549..560babe3d61 100755 --- a/homeassistant/components/device_tracker/tplink.py +++ b/homeassistant/components/device_tracker/tplink.py @@ -196,7 +196,7 @@ class Tplink3DeviceScanner(TplinkDeviceScanner): self.sysauth = regex_result.group(1) _LOGGER.info(self.sysauth) return True - except (ValueError, KeyError) as e: + except (ValueError, KeyError) as _: _LOGGER.error("Couldn't fetch auth tokens!" " Response was: {}".format(response.text)) return False