Skip to content

Commit 3d850d0

Browse files
committed
Black
1 parent 30402cf commit 3d850d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/semiwrap/makeplan.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,10 @@ def _process_extension_module(
328328

329329
if subpackages:
330330
pyi_elems = base_pyi_elems + ["__init__.pyi"]
331-
pyi_args = [pathlib.PurePath(*pyi_elems).as_posix(), OutputFile("__init__.pyi")]
331+
pyi_args = [
332+
pathlib.PurePath(*pyi_elems).as_posix(),
333+
OutputFile("__init__.pyi"),
334+
]
332335
for subpackage in subpackages:
333336
pyi_elems = base_pyi_elems + [f"{subpackage}.pyi"]
334337
pyi_args += [

0 commit comments

Comments
 (0)