Skip to content

Commit

Permalink
selftests: tc-testing: remove unused import
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pedro Tammela authored and Jakub Kicinski committed Nov 28, 2023
1 parent 501679f commit ed346fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def __init__(self):
super().__init__()

def pre_suite(self, testcount, testlist):
from itertools import cycle

super().pre_suite(testcount, testlist)

def prepare_test(self, test):
Expand Down

0 comments on commit ed346fc

Please sign in to comment.