mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
501679f5d4
commit
ed346fccfc
1 changed files with 0 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue