Skip to content

Commit 9b200ac

Browse files
Apply suggestions to remove whitespace from tests
Co-authored-by: Stanislav Terliakov <[email protected]>
1 parent f798b43 commit 9b200ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test-data/unit/check-python310.test

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,8 +2753,6 @@ val: Color = Color.RED
27532753
match val: # E: Cases within match statement do not exhaustively handle all values: "Literal[Color.BLUE, Color.GREEN]". If not intended to handle all cases, use `case _: pass`
27542754
case Color.RED:
27552755
a = "red"
2756-
2757-
27582756
[builtins fixtures/enum.pyi]
27592757

27602758
[case testExhaustiveMatchEnumFallbackWithFlag]
@@ -2774,6 +2772,4 @@ match val:
27742772
a = "red"
27752773
case _:
27762774
a = "other"
2777-
2778-
27792775
[builtins fixtures/enum.pyi]

0 commit comments

Comments
 (0)