From 019cf3e6ff46275c3615830dea6f7acffe85aa4a Mon Sep 17 00:00:00 2001 From: Tanya Date: Tue, 4 Jun 2024 12:54:12 +0300 Subject: [PATCH] Fixed lint error. Signed-off-by: Tanya --- nca/FWRules/MinimizeCsFWRules.py | 1 - 1 file changed, 1 deletion(-) 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