Skip to content

Commit 02cd112

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/codegen/emitmodule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def generate_c_for_modules(self) -> list[tuple[str, str]]:
554554
base_emitter.emit_line(f'#include "{name}"')
555555
base_emitter.emit_line(f'#include "__native{self.short_group_suffix}.h"')
556556
base_emitter.emit_line(f'#include "__native_internal{self.short_group_suffix}.h"')
557-
base_emitter.emit_line('#include <tupleobject.h>')
557+
base_emitter.emit_line("#include <tupleobject.h>")
558558

559559
emitter = base_emitter
560560

0 commit comments

Comments
 (0)