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 0680874 commit 1c0f5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovos_utils/enclosure/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from ovos_utils.messagebus import FakeMessage as Message, dig_for_message
from ovos_utils.log import LOG

LOG.warning("EnclosureApi has moved to ovos_bus_client.apis.enclosure")
Expand All @@ -7,7 +6,8 @@
from ovos_bus_client.apis.enclosure import EnclosureApi

except ImportError:

from ovos_utils.messagebus import FakeMessage as Message, dig_for_message

class EnclosureAPI:
"""
This API is intended to be used to interface with the hardware
Expand Down

0 comments on commit 1c0f5c5

Please sign in to comment.