Skip to content

Commit cbc6b95

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def transform_call_expr(builder: IRBuilder, expr: CallExpr) -> Value:
323323
folded = try_constant_fold(builder, expr)
324324
if folded is not None:
325325
return folded
326-
326+
327327
if isinstance(callee, IndexExpr) and isinstance(callee.analyzed, TypeApplication):
328328
callee = callee.analyzed.expr # Unwrap type application
329329

0 commit comments

Comments
 (0)