From 4051fa708d35f1e1f174c216c5331eb34c481c2c Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Wed, 20 Mar 2019 11:57:46 +0000 Subject: [PATCH] Remove unused class --- src/modules/hunting/apiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hunting/apiserver.py b/src/modules/hunting/apiserver.py index ee85712..d8bb1bc 100644 --- a/src/modules/hunting/apiserver.py +++ b/src/modules/hunting/apiserver.py @@ -6,7 +6,7 @@ import copy from ...core.events import handler from ...core.events.types import Vulnerability, Event -from ..discovery.apiserver import ApiServer, ApiServerWithServiceAccountToken +from ..discovery.apiserver import ApiServer from ...core.types import Hunter, ActiveHunter, KubernetesCluster from ...core.types import RemoteCodeExec, AccessRisk, InformationDisclosure, UnauthenticatedAccess