Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2024
1 parent e5893cf commit fd184cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/check-expressions.test
Original file line number Diff line number Diff line change
Expand Up @@ -2458,4 +2458,4 @@ class A: pass
class B: pass
a = A()
b = B()
l3: list[A | B] = [x for x in [a, b]]
l3: list[A | B] = [x for x in [a, b]]

0 comments on commit fd184cc

Please sign in to comment.