Skip to content

Commit

Permalink
Remove messagebus module deprecation TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 11, 2023
1 parent fa1b3b3 commit 49af4b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ovos_utils/messagebus.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,13 @@
from ovos_utils.log import LOG
from ovos_utils.metrics import Stopwatch

# TODO: Consider moving all of this to `ovos_bus_client`

_DEFAULT_WS_CONFIG = {"host": "0.0.0.0",
"port": 8181,
"route": "/core",
"ssl": False}


def dig_for_message():
# TODO: Deprecate this wrapped reference in 0.1.0
LOG.warning("This reference is deprecated. "
"Import from `ovos_bus_client.message` directly")
try:
from ovos_bus_client.message import dig_for_message as _dig
return _dig()
Expand Down

0 comments on commit 49af4b4

Please sign in to comment.