]> Git Repo - J-linux.git/commitdiff
selftests: tc-testing: remove unused import
authorPedro Tammela <[email protected]>
Fri, 24 Nov 2023 15:42:48 +0000 (12:42 -0300)
committerJakub Kicinski <[email protected]>
Tue, 28 Nov 2023 02:15:43 +0000 (18:15 -0800)
Remove this leftover from the times we pre-allocated everything

Signed-off-by: Pedro Tammela <[email protected]>
Acked-by: Jamal Hadi Salim <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py

index 77b1106b8388ca669b44f03753bb8c70dd4961f4..bb19b8b76d3bc68e753867a5e159370275353a5b 100644 (file)
@@ -23,8 +23,6 @@ class SubPlugin(TdcPlugin):
         super().__init__()
 
     def pre_suite(self, testcount, testlist):
-        from itertools import cycle
-
         super().pre_suite(testcount, testlist)
 
     def prepare_test(self, test):
This page took 0.050835 seconds and 4 git commands to generate.