Skip to content

Commit

Permalink
Update layers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 28, 2023
1 parent 1c0f5c5 commit 15dcb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ovos_utils/intents/layers.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from ovos_utils.messagebus import get_mycroft_bus, FakeMessage as Message
from ovos_utils.log import LOG
from time import sleep


LOG.warning("IntentLayers moved to ovos_workshop.decorators.layers")

try:
from ovos_workshop.decorators.layers import IntentLayers
except ImportError:
from ovos_utils.messagebus import get_mycroft_bus, FakeMessage as Message
from time import sleep

class IntentLayers:
def __init__(self, bus=None, layers=None):
# TODO: Deprecate in 0.1.0
Expand Down

0 comments on commit 15dcb85

Please sign in to comment.