Agent: Remove unnecessary type hints from IAgentRepository doctring

This commit is contained in:
Mike Salvatore 2022-06-24 07:42:01 -04:00
parent 7b4daaa40f
commit 02cca3e12a
1 changed files with 1 additions and 2 deletions

View File

@ -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