Skip to content

Commit 73c7d11

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/constant_fold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def constant_fold_call_expr(
223223
foldable_builtins: dict[str, Callable[..., Any]] = foldable_builtins,
224224
) -> ConstantValue | None:
225225
folded_args: list[ConstantValue]
226-
226+
227227
callee = expr.callee
228228
if isinstance(callee, NameExpr):
229229
func = foldable_builtins.get(callee.fullname)

0 commit comments

Comments
 (0)