diff options
Diffstat (limited to 'Lib/test/test_free_threading/test_func_annotations.py')
-rw-r--r-- | Lib/test/test_free_threading/test_func_annotations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_free_threading/test_func_annotations.py b/Lib/test/test_free_threading/test_func_annotations.py index 1a64619..b3e9295 100644 --- a/Lib/test/test_free_threading/test_func_annotations.py +++ b/Lib/test/test_free_threading/test_func_annotations.py @@ -1,7 +1,7 @@ import concurrent.futures import unittest import inspect -from threading import Thread, Barrier +from threading import Barrier from unittest import TestCase from test.support import threading_helper, Py_GIL_DISABLED |