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 9, 2022
1 parent e3402cb commit 898dc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyupgrade/_plugins/typing_pep604.py
Expand Up @@ -154,8 +154,8 @@ def visit_Subscript(
)
)
if (
has_forward_annotation
and 'annotations' not in state.from_imports['__future__']
has_forward_annotation and
'annotations' not in state.from_imports['__future__']
):
return

Expand Down

0 comments on commit 898dc9c

Please sign in to comment.