Skip to content

Commit

Permalink
Update messagebus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 21, 2024
1 parent ea37a6f commit 1f92dab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ovos_utils/messagebus.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
from ovos_utils.fakebus import dig_for_message, FakeMessage, FakeBus
from ovos_utils.fakebus import dig_for_message, Message, FakeMessage, FakeBus
from ovos_utils.log import log_deprecation


log_deprecation("ovos_utils.messagebus has been deprecated since version 0.1.0!! "
"please import from ovos_utils.fakebus or ovos_bus_client directly", "1.0.0")


class Message(FakeMessage):
"""just for compat, stuff in the wild importing from here even with deprecation warnings..."""


0 comments on commit 1f92dab

Please sign in to comment.