Skip to content

Commit

Permalink
Update scheduler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 20, 2024
1 parent d7e2a5d commit 975199a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ovos_bus_client/util/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,14 +349,3 @@ def shutdown(self):
self.store()
raise e


class EventContainer(_EventContainer):
def __init__(self, *args, **kwargs):
log_deprecation("Import from `ovos_utils.events`", "0.1.0")
_EventContainer.__init__(self, *args, **kwargs)


class EventSchedulerInterface(_SchedulerInterface):
def __init__(self, *args, **kwargs):
log_deprecation("Import from `ovos_utils.events`", "0.1.0")
_SchedulerInterface.__init__(self, *args, **kwargs)

0 comments on commit 975199a

Please sign in to comment.