aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py
diff options
context:
space:
mode:
authorPedro Tammela <[email protected]>2023-11-24 15:42:48 +0000
committerJakub Kicinski <[email protected]>2023-11-28 02:15:43 +0000
commited346fccfc40364888601a2ec75dd94f4dca23bd (patch)
tree69d2b8279d982a681275055421b07c82d363cb1d /tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py
parentselftests: tc-testing: cleanup on Ctrl-C (diff)
downloadkernel-ed346fccfc40364888601a2ec75dd94f4dca23bd.tar.gz
kernel-ed346fccfc40364888601a2ec75dd94f4dca23bd.zip
selftests: tc-testing: remove unused import
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]>
Diffstat (limited to 'tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py')
-rw-r--r--tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py b/tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py
index 77b1106b8388..bb19b8b76d3b 100644
--- a/tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py
+++ b/tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py
@@ -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):