Skip to content

Commit 910e98a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/eval_files/async400_py311.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
e, f = 1, 2
3434
e.anything # safe
3535
except* TypeError as e:
36-
(e, f) = (1, 2)
36+
e, f = (1, 2)
3737
e.anything # safe
3838
except* ValueError as e:
3939
with blah as e:

0 commit comments

Comments
 (0)