forked from p15670423/monkey
Island: Add missing return type to _build_agent_binary_repository()
This commit is contained in:
parent
dfa1709064
commit
fca3a1357e
|
@ -124,7 +124,7 @@ def _decorate_file_repository(file_repository: IFileRepository) -> IFileReposito
|
|||
)
|
||||
|
||||
|
||||
def _build_agent_binary_repository():
|
||||
def _build_agent_binary_repository() -> IAgentBinaryRepository:
|
||||
file_repository = _decorate_file_repository(LocalStorageFileRepository(AGENT_BINARIES_PATH))
|
||||
agent_binary_repository = AgentBinaryRepository(file_repository)
|
||||
|
||||
|
|
Loading…
Reference in New Issue