Skip to content

Commit

Permalink
Fix MessageBusClient import location
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 7, 2023
1 parent ed55658 commit b3e738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_plugin_common_play/ocp/media.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Optional, Tuple, List, Union

from mycroft.messagebus import MessageBusClient
from mycroft_bus_client import MessageBusClient
from ovos_plugin_common_play.ocp import OCP_ID
from ovos_plugin_common_play.ocp.status import *
from ovos_plugin_common_play.ocp.utils import ocp_plugins, find_mime
Expand Down

0 comments on commit b3e738c

Please sign in to comment.