Skip to content

Commit

Permalink
fix phal plugins in ovos-utils >= 0.1.0a2 (#205)
Browse files Browse the repository at this point in the history
import moved in utils 0.0.37 and removed in 0.1.0
  • Loading branch information
JarbasAl authored Dec 30, 2023
1 parent 6d84fc6 commit 076830e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_plugin_manager/templates/phal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ovos_utils import camel_case_split
from ovos_utils import classproperty
from ovos_utils.log import LOG
from ovos_utils.messagebus import get_mycroft_bus
from ovos_bus_client.util import get_mycroft_bus
from ovos_utils.process_utils import RuntimeRequirements

from ovos_plugin_manager.utils.config import get_plugin_config
Expand Down

0 comments on commit 076830e

Please sign in to comment.