diff --git a/nca/FWRules/MinimizeCsFWRules.py b/nca/FWRules/MinimizeCsFWRules.py index e53cee03..72d820dd 100644 --- a/nca/FWRules/MinimizeCsFWRules.py +++ b/nca/FWRules/MinimizeCsFWRules.py @@ -6,7 +6,6 @@ from collections import defaultdict from nca.CoreDS.ConnectivityProperties import ConnectivityProperties from nca.CoreDS.Peer import IpBlock, ClusterEP, HostEP, DNSEntry, PeerSet, Pod -from nca.CoreDS.ProtocolSet import ProtocolSet from nca.Resources.OtherResources.K8sNamespace import K8sNamespace from .FWRule import FWRuleElement, FWRule, PodElement, PeerSetElement, LabelExpr, PodLabelsElement, IPBlockElement, \ DNSElement