forked from p15670423/monkey
Common: Fix docstring in IAgentEventQueue.publish
This commit is contained in:
parent
d6df50e323
commit
9bc4d8c241
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue