From 3e2c40b7be698cad5d920c3c29f104a7af691071 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:14:49 +0000 Subject: [PATCH] Update scheduler.py --- ovos_bus_client/util/scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_bus_client/util/scheduler.py b/ovos_bus_client/util/scheduler.py index 64ee257..e0b46c5 100644 --- a/ovos_bus_client/util/scheduler.py +++ b/ovos_bus_client/util/scheduler.py @@ -31,8 +31,8 @@ from ovos_config.config import Configuration from ovos_config.locations import get_xdg_data_save_path, get_xdg_config_save_path from ovos_utils.log import LOG -from ovos_utils.events import EventContainer as _EventContainer -from ovos_utils.events import EventSchedulerInterface as _SchedulerInterface +from ovos_utils.events import EventContainer +from ovos_utils.events import EventSchedulerInterface from ovos_bus_client.message import Message