BB: Remove unused function from IslandConfigParser

This commit is contained in:
Shreya Malviya 2022-07-21 19:05:07 +05:30 committed by Mike Salvatore
parent b13fb45b04
commit 42efe1fc56
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ from common.configuration.agent_configuration import AgentConfiguration
class IslandConfigParser:
@staticmethod
def get_serialized_config(agent_configuration: AgentConfiguration) -> str:
return agent_configuration.to_json()
@staticmethod
def get_target_ips_from_configuration(agent_configuration: AgentConfiguration) -> Iterable:
return agent_configuration.propagation.network_scan.targets.subnets