Skip to content

Commit

Permalink
Merge pull request #1 from LFLab/bugfix/ref_error
Browse files Browse the repository at this point in the history
fix import issue
  • Loading branch information
lanfon72 authored Oct 1, 2019
2 parents 9ea500a + dbf2dd3 commit d9bc88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiohubot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .plugins import EnterMessage, LeaveMessage, TopicMessage
from .robot import Robot, Blueprint

__version__ = '0.3.5'
__version__ = '0.3.6'
__all__ = ["Robot", "Blueprint", "Adapter", "TextMessage",
"EnterMessage", "LeaveMessage", "TopicMessage", "CatchAllMessage"]
2 changes: 1 addition & 1 deletion aiohubot/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pyee import AsyncIOEventEmitter

from .core import Message, Response, DataStoreUnavailable
from .core import Listener, Message, Response, DataStoreUnavailable


class Adapter(AsyncIOEventEmitter):
Expand Down

0 comments on commit d9bc88a

Please sign in to comment.