Skip to content

Commit 5d86dcf

Browse files
pre-commit-ci[bot]p-sawicki
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 912f66f commit 5d86dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/codegen/emitmodule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def generate_c_for_modules(self) -> list[tuple[str, str]]:
588588
for source_dep in sorted(source_deps, key=lambda d: d.path):
589589
base_emitter.emit_line(f'#include "{source_dep.path}"')
590590
if self.compiler_options.depends_on_librt_internal:
591-
base_emitter.emit_line('#include <internal/librt_internal_static.c>')
591+
base_emitter.emit_line("#include <internal/librt_internal_static.c>")
592592
base_emitter.emit_line(f'#include "__native{self.short_group_suffix}.h"')
593593
base_emitter.emit_line(f'#include "__native_internal{self.short_group_suffix}.h"')
594594
emitter = base_emitter

0 commit comments

Comments
 (0)