Skip to content

Commit ed346fc

Browse files
tammelakuba-moo
authored andcommitted
selftests: tc-testing: remove unused import
Remove this leftover from the times we pre-allocated everything Signed-off-by: Pedro Tammela <pctammela@mojatatu.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Link: https://lore.kernel.org/r/20231124154248.315470-6-pctammela@mojatatu.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 501679f commit ed346fc

File tree

1 file changed

+0
-2
lines changed
  • tools/testing/selftests/tc-testing/plugin-lib

1 file changed

+0
-2
lines changed

tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ def __init__(self):
2323
super().__init__()
2424

2525
def pre_suite(self, testcount, testlist):
26-
from itertools import cycle
27-
2826
super().pre_suite(testcount, testlist)
2927

3028
def prepare_test(self, test):

0 commit comments

Comments
 (0)