From f7f6629200c69d40fd02e5e5534b333de8ca47b5 Mon Sep 17 00:00:00 2001 From: brg468 Date: Sun, 29 Mar 2020 16:07:08 -0400 Subject: [PATCH] Remove unneeded call --- homeassistant/components/rachio/switch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/rachio/switch.py b/homeassistant/components/rachio/switch.py index 0f0658f97fc..85b1d5fb93a 100644 --- a/homeassistant/components/rachio/switch.py +++ b/homeassistant/components/rachio/switch.py @@ -35,7 +35,6 @@ from .const import ( KEY_SUMMARY, KEY_ZONE_ID, KEY_ZONE_NUMBER, - KEY_SCHEDULES, KEY_SCHEDULE_ID, )