diff --git a/monkey/infection_monkey/exploit/tools/helpers.py b/monkey/infection_monkey/exploit/tools/helpers.py index 1ebedc668..ce6791d4c 100644 --- a/monkey/infection_monkey/exploit/tools/helpers.py +++ b/monkey/infection_monkey/exploit/tools/helpers.py @@ -26,12 +26,6 @@ def get_random_file_suffix() -> str: return random_string -def get_monkey_depth(): - from infection_monkey.config import WormConfiguration - - return WormConfiguration.depth - - def get_agent_dest_path(host: VictimHost, options: Mapping[str, Any]) -> str: if host.os["type"] == "windows": return options["dropper_target_path_win_64"]