File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2972,7 +2972,6 @@ def test_union_type_match_second_member(self):
29722972 self .assertEqual (w , 0 )
29732973
29742974
2975-
29762975class TestSyntaxErrors (unittest .TestCase ):
29772976
29782977 def assert_syntax_error (self , code : str ):
@@ -3307,6 +3306,7 @@ def test_mapping_pattern_duplicate_key_edge_case3(self):
33073306 pass
33083307 """ )
33093308
3309+
33103310class TestTypeErrors (unittest .TestCase ):
33113311
33123312 def test_generic_type (self ):
@@ -3503,7 +3503,6 @@ def test_expanded_union_mirrors_isinstance_failure(self):
35033503 self .assertIsInstance (result , TypeError )
35043504 self .assertIsInstance (reference , TypeError )
35053505
3506-
35073506 def test_union_type_mirrors_isinstance_success (self ):
35083507 t = int | list [int ]
35093508
You can’t perform that action at this time.
0 commit comments