Skip to content

Commit 355963b

Browse files
1 parent 1551d5e commit 355963b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

describe.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,12 @@ def document_collection_recursive(
390390

391391

392392
def document_api(
393-
name, version, uri, doc_destination_dir, artifact_destination_dir=DISCOVERY_DOC_DIR, discovery_uri_template=None
393+
name,
394+
version,
395+
uri,
396+
doc_destination_dir,
397+
artifact_destination_dir=DISCOVERY_DOC_DIR,
398+
discovery_uri_template=None,
394399
):
395400
"""Document the given API.
396401

0 commit comments

Comments
 (0)