From 5484503a2bdb7e4dcae2e265e33744a623793c17 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:06:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mypy/fastparse.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mypy/fastparse.py b/mypy/fastparse.py index 1f7ee1d956f0..d8c78a6f7dd7 100644 --- a/mypy/fastparse.py +++ b/mypy/fastparse.py @@ -441,9 +441,9 @@ def visit(self, node: AST | None) -> Any: return expr else: - # re-raise original recursion error if it *can* be unparsed, - # maybe this is some other issue that shouldn't be silenced/misdirected - raise e + # re-raise original recursion error if it *can* be unparsed, + # maybe this is some other issue that shouldn't be silenced/misdirected + raise e def set_line(self, node: N, n: AstNode) -> N: node.line = n.lineno