Skip to content

Commit 28ca76b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3d62151 commit 28ca76b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def constant_fold_expr(builder: IRBuilder, expr: Expression) -> ConstantValue |
8484
folded_args.append(arg_val)
8585
return folded_callee.format(*folded_args)
8686
return None
87-
8887

8988

9089
def constant_fold_binary_op_extended(

0 commit comments

Comments
 (0)