Skip to content

Commit 90b3234

Browse files
pre-commit-ci[bot]BobTheBuidler
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 04508a3 commit 90b3234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/constant_fold.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def constant_fold_unary_op(op: str, value: ConstantValue) -> int | float | None:
216216
"builtins.chr": chr,
217217
}
218218

219+
219220
def constant_fold_call_expr(
220221
expr: CallExpr,
221222
cur_mod_id: str,

0 commit comments

Comments
 (0)