Skip to content

Commit 059d1f5

Browse files
committed
fix ci
1 parent ebd98bd commit 059d1f5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/test/test_free_threading/test_types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import unittest
2-
import types
32
from typing import TypeVar
43
from test.support import threading_helper
54

65
threading_helper.requires_working_threading(module=True)
76

87

98
class TestGenericAlias(unittest.TestCase):
10-
def test_repr_race(self):
9+
def test_parameters_race(self):
1110
# gh-153298
1211

1312
T = TypeVar('T')

0 commit comments

Comments
 (0)