diff --git a/monkey/infection_monkey/exploit/i_agent_repository.py b/monkey/infection_monkey/exploit/i_agent_repository.py index a00aac55a..308cf5418 100644 --- a/monkey/infection_monkey/exploit/i_agent_repository.py +++ b/monkey/infection_monkey/exploit/i_agent_repository.py @@ -21,8 +21,7 @@ class IAgentRepository(metaclass=abc.ABCMeta): """ Retrieve the appropriate agent binary from the repository. :param operating_system: The name of the operating system on which the agent binary will run - :param str architecture: Reserved + :param architecture: Reserved :return: A file-like object for the requested agent binary - :rtype: io.BytesIO """ pass