Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit b56b2e3

Browse files
committed
style: Format scripts docs
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent 070485c commit b56b2e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/docs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ def format_op(op):
146146
return "\n\n".join(build)
147147

148148

149-
def gen_docs(entrypoint: str, modules: List[str], maintenance: str = "Official"):
149+
def gen_docs(
150+
entrypoint: str, modules: List[str], maintenance: str = "Official"
151+
):
150152
per_module = {name: [None, []] for name in modules}
151153
packagesconfig = configparser.ConfigParser()
152154
packagesconfig.read("scripts/packagesconfig.ini")

0 commit comments

Comments
 (0)