Agent: Modify docstring in IIslandAPIClient.send_events()

This commit is contained in:
Shreya Malviya 2022-09-20 18:01:17 +05:30
parent 14592d964e
commit 8b52ba0686
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ class IIslandAPIClient(ABC):
@abstractmethod @abstractmethod
def send_events(self, events: Sequence[JSONSerializable]): def send_events(self, events: Sequence[JSONSerializable]):
""" """
Send the events to the Island Send a sequence of Agent events to the Island
:param events: Events that are going to be send to the Island :param events: A sequence of Agent events
:raises IslandAPIConnectionError: If the client cannot successfully connect to the island :raises IslandAPIConnectionError: If the client cannot successfully connect to the island
:raises IslandAPIRequestError: If an error occurs while attempting to connect to the :raises IslandAPIRequestError: If an error occurs while attempting to connect to the
island due to an issue in the request sent from the client island due to an issue in the request sent from the client