Skip to content

Commit

Permalink
fix: update imports to get rid of deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 21, 2024
1 parent e3f4a68 commit 3f10c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hivemind_bus_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from hivemind_bus_client.util import serialize_message, \
encrypt_as_json, decrypt_from_json, encrypt_bin, decrypt_bin
from ovos_utils.log import LOG
from ovos_utils.messagebus import FakeBus
from ovos_utils.fakebus import FakeBus


class BinaryDataCallbacks:
Expand Down
2 changes: 1 addition & 1 deletion hivemind_bus_client/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import click
from ovos_bus_client import Message
from ovos_utils.log import LOG
from ovos_utils.messagebus import FakeBus
from ovos_utils.fakebus import FakeBus

from hivemind_bus_client.client import HiveMessageBusClient
from hivemind_bus_client.message import HiveMessage, HiveMessageType
Expand Down

0 comments on commit 3f10c50

Please sign in to comment.