Common: Fix docstring in IAgentEventQueue.publish

This commit is contained in:
Shreya Malviya 2022-09-06 11:44:10 +05:30
parent d6df50e323
commit 9bc4d8c241
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class IAgentEventQueue(ABC):
Publishes an event with the given data
:param event: Event to publish
:param data: Data to pass to subscribers with the event publish
"""
pass