Remove unused imports from alarm_clock.py
This commit is contained in:
@@ -6,8 +6,7 @@ from typing import Callable
|
||||
from grove.gpio import GPIO
|
||||
from grove.display.jhd1802 import JHD1802
|
||||
|
||||
from .config import CITY, SHELLY_DEVICE_ID
|
||||
from .shelly import set_shelly_plug_state
|
||||
from .config import CITY
|
||||
from .wakeup_action import WakeUpAction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user