Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 28, 2023
1 parent 2f22594 commit 197a581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_utils/enclosure/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
LOG.warning("EnclosureApi has moved to ovos_bus_client, from ovos_bus_client.apis import EnclosureApi")

try:
from ovos_bus_client.apis import EnclosureApi
from ovos_bus_client.apis.enclosure import EnclosureApi

except ImportError:

Expand Down

0 comments on commit 197a581

Please sign in to comment.