Agent: Add return type annotation to remove_monkey_dir()

This commit is contained in:
Mike Salvatore 2022-03-07 04:02:04 -05:00
parent ca485bf569
commit 3698a28e26
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def create_monkey_dir() -> Path:
return _monkey_dir
def remove_monkey_dir():
def remove_monkey_dir() -> bool:
"""
Removes monkey's root directory
:return True if removed without errors and False otherwise