Skip to content

Commit fd184cc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e5893cf commit fd184cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-expressions.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,4 +2458,4 @@ class A: pass
24582458
class B: pass
24592459
a = A()
24602460
b = B()
2461-
l3: list[A | B] = [x for x in [a, b]]
2461+
l3: list[A | B] = [x for x in [a, b]]

0 commit comments

Comments
 (0)