Skip to content

Commit 170dd21

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mypyc/codegen/emitmodule.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,7 @@ def collect_source_dependencies(modules: dict[str, ModuleIR]) -> set[SourceDep]:
457457
return source_deps
458458

459459

460-
def collect_header_dependencies(
461-
modules: dict[str, ModuleIR], *, internal: bool
462-
) -> set[str]:
460+
def collect_header_dependencies(modules: dict[str, ModuleIR], *, internal: bool) -> set[str]:
463461
"""Collect all header dependencies from all modules."""
464462
header_deps: set[str] = set()
465463
for module in modules.values():

0 commit comments

Comments
 (0)