Skip to content

Commit e9d8430

Browse files
committed
Also fix func_repr
1 parent c450d62 commit e9d8430

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/test/test_free_threading/test_function.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import unittest
33
import inspect
44
from threading import Barrier
5-
from unittest import TestCase
65

76
from test.support import threading_helper
87

@@ -25,7 +24,7 @@ def set_func_annotation(f, b):
2524
return f.__annotations__
2625

2726

28-
class TestFunction(TestCase):
27+
class TestFunction(unittest.TestCase):
2928
NUM_THREADS = 4
3029

3130
def test_name_attribute_race(self):

0 commit comments

Comments
 (0)