diff options
Diffstat (limited to 'Lib/test/libregrtest/parallel_case.py')
-rw-r--r-- | Lib/test/libregrtest/parallel_case.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/libregrtest/parallel_case.py b/Lib/test/libregrtest/parallel_case.py index 09d9d28..8eb3c31 100644 --- a/Lib/test/libregrtest/parallel_case.py +++ b/Lib/test/libregrtest/parallel_case.py @@ -1,7 +1,6 @@ """Run a test case multiple times in parallel threads.""" import copy -import functools import threading import unittest |