From 9bc4d8c241817c67bf95a006cc9e2a4fe8d8dcb1 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 6 Sep 2022 11:44:10 +0530 Subject: [PATCH] Common: Fix docstring in IAgentEventQueue.publish --- monkey/common/event_queue/i_agent_event_queue.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monkey/common/event_queue/i_agent_event_queue.py b/monkey/common/event_queue/i_agent_event_queue.py index b36a3dea9..d1ebf25ca 100644 --- a/monkey/common/event_queue/i_agent_event_queue.py +++ b/monkey/common/event_queue/i_agent_event_queue.py @@ -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