Skip to content

Commit 59f3f13

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 88a2ccf commit 59f3f13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,9 @@ def primitive_op(
18911891
if desc.c_function_name:
18921892
# TODO: Generate PrimitiveOps here and transform them into CallC
18931893
# ops only later in the lowering pass
1894-
print(f"primitive_op: {desc.name} {desc.c_function_name} {desc.is_pure} -> {result_type}")
1894+
print(
1895+
f"primitive_op: {desc.name} {desc.c_function_name} {desc.is_pure} -> {result_type}"
1896+
)
18951897
c_desc = CFunctionDescription(
18961898
desc.name,
18971899
desc.arg_types,

0 commit comments

Comments
 (0)