Common: Rename i_event_queue.py -> i_agent_event_queue.py

This commit is contained in:
Shreya Malviya 2022-09-05 19:17:31 +05:30
parent e14c1ea5f3
commit cb9200b3c0
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
from .types import EventSubscriber
from .i_event_queue import IAgentEventQueue
from .i_agent_event_queue import IAgentEventQueue
from .pypubsub_event_queue import PyPubSubEventQueue