Skip to content

Commit fe8b660

Browse files
fixed number empty lines
1 parent 33801c0 commit fe8b660

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_patma.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2972,7 +2972,6 @@ def test_union_type_match_second_member(self):
29722972
self.assertEqual(w, 0)
29732973

29742974

2975-
29762975
class 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+
33103310
class 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

0 commit comments

Comments
 (0)