Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 21, 2024
1 parent aaad2f7 commit effd568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_utils/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from inspect import signature
from typing import Callable, Optional, Union

from ovos_utils.fakebus import Message, FakeBus, dig_for_message
from ovos_utils.fakebus import FakeMessage as Message, FakeBus, dig_for_message
from ovos_utils.file_utils import to_alnum
from ovos_utils.log import LOG

Expand Down

0 comments on commit effd568

Please sign in to comment.