Skip to content

Commit 32426f1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6aefbd1 commit 32426f1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mypyc/build.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,7 @@ def mypyc_build(
583583

584584
short_suffix = "_" + exported_name(group_name.split(".")[-1])
585585
existing = os.path.join(
586-
compiler_options.target_dir,
587-
_group_dir(group_name),
588-
f"__native{short_suffix}.c",
586+
compiler_options.target_dir, _group_dir(group_name), f"__native{short_suffix}.c"
589587
)
590588
if os.path.exists(existing):
591589
cfilenames.append(existing)

0 commit comments

Comments
 (0)