Skip to content

Commit 839aa62

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/irbuild/statement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
AssignmentTargetTuple,
105105
)
106106
from mypyc.primitives.exc_ops import (
107+
err_occurred_op,
107108
error_catch_op,
108109
error_clear_op,
109-
err_occurred_op,
110110
exc_matches_op,
111111
get_exc_info_op,
112112
get_exc_value_op,

0 commit comments

Comments
 (0)