Skip to content

Commit 23eb18f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy/fastparse.py

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
USub,
140140
)
141141

142+
142143
def ast3_parse(
143144
source: str | bytes, filename: str, mode: str, feature_version: int = PY_MINOR_VERSION
144145
) -> AST:
@@ -150,6 +151,7 @@ def ast3_parse(
150151
feature_version=feature_version,
151152
)
152153

154+
153155
NamedExpr = ast3.NamedExpr
154156
Constant = ast3.Constant
155157

0 commit comments

Comments
 (0)