forked from p15670423/monkey
Agent: Add return type annotation to remove_monkey_dir()
This commit is contained in:
parent
ca485bf569
commit
3698a28e26
|
@ -18,7 +18,7 @@ def create_monkey_dir() -> Path:
|
||||||
return _monkey_dir
|
return _monkey_dir
|
||||||
|
|
||||||
|
|
||||||
def remove_monkey_dir():
|
def remove_monkey_dir() -> bool:
|
||||||
"""
|
"""
|
||||||
Removes monkey's root directory
|
Removes monkey's root directory
|
||||||
:return True if removed without errors and False otherwise
|
:return True if removed without errors and False otherwise
|
||||||
|
|
Loading…
Reference in New Issue