Skip to content

Commit b99f86c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake8_async/visitors/visitor91x.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,7 @@ def _can_redirect_except_fix(self) -> bool:
736736
checkpoint would not cover.
737737
"""
738738
return all(
739-
isinstance(stmt, ArtificialStatement)
740-
or stmt.name == "function definition"
739+
isinstance(stmt, ArtificialStatement) or stmt.name == "function definition"
741740
for stmt in self.uncheckpointed_statements
742741
)
743742

0 commit comments

Comments
 (0)