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 @@ -2974,7 +2974,6 @@ def test_union_type_match_second_member(self):
29742974 self .assertEqual (w , 0 )
29752975
29762976
2977-
29782977class TestSyntaxErrors (unittest .TestCase ):
29792978
29802979 def assert_syntax_error (self , code : str ):
@@ -3316,6 +3315,7 @@ def test_mapping_pattern_duplicate_key_edge_case3(self):
33163315 pass
33173316 """ )
33183317
3318+
33193319class TestTypeErrors (unittest .TestCase ):
33203320
33213321 def test_generic_type (self ):
@@ -3512,7 +3512,6 @@ def test_expanded_union_mirrors_isinstance_failure(self):
35123512 self .assertIsInstance (result , TypeError )
35133513 self .assertIsInstance (reference , TypeError )
35143514
3515-
35163515 def test_union_type_mirrors_isinstance_success (self ):
35173516 t = int | list [int ]
35183517
You can’t perform that action at this time.
0 commit comments