Skip to content

Commit 1829aca

Browse files
fixed number empty lines
1 parent 29b96a2 commit 1829aca

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
@@ -2974,7 +2974,6 @@ def test_union_type_match_second_member(self):
29742974
self.assertEqual(w, 0)
29752975

29762976

2977-
29782977
class 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+
33193319
class 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

0 commit comments

Comments
 (0)