forked from p15670423/monkey
Agent: Remove unnecessary type hints from IAgentRepository doctring
This commit is contained in:
parent
7b4daaa40f
commit
02cca3e12a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue