Skip to content

Commit

Permalink
Update system.py
Browse files Browse the repository at this point in the history
typo on import
  • Loading branch information
builderjer authored Dec 3, 2023
1 parent ec875a5 commit 55afed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_utils/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from os.path import expanduser, exists, join

from ovos_utils.log import LOG, deprecated
from ovos_utils.messagbus import get_mycroft_bus
from ovos_utils.messagebus import get_mycroft_bus
from ovos_bus_client.message import Message

# TODO: Deprecate MycroftRootLocations in 0.1.0
Expand Down

0 comments on commit 55afed1

Please sign in to comment.