diff options
Diffstat (limited to 'Lib/test/test_free_threading/test_itertools_batched.py')
-rw-r--r-- | Lib/test/test_free_threading/test_itertools_batched.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_free_threading/test_itertools_batched.py b/Lib/test/test_free_threading/test_itertools_batched.py index fa9e06b..a754b4f 100644 --- a/Lib/test/test_free_threading/test_itertools_batched.py +++ b/Lib/test/test_free_threading/test_itertools_batched.py @@ -1,5 +1,4 @@ import unittest -import sys from threading import Thread, Barrier from itertools import batched from test.support import threading_helper |