Skip to content

Commit c98e6dc

Browse files
Update Lib/test/test_type_cache.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 0310eb2 commit c98e6dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_type_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
@support.cpython_only
2525
@unittest.skipIf(_clear_type_cache is None, "requires sys._clear_type_cache")
2626
class TypeCacheTests(unittest.TestCase):
27+
2728
@ignore_deprecation
2829
def test_tp_version_tag_unique(self):
2930
"""tp_version_tag should be unique assuming no overflow, even after

0 commit comments

Comments
 (0)