Skip to content

Commit c62126e

Browse files
1 parent 1502642 commit c62126e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

describe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ def document_api(
421421
# Use `uri` argument of `document_api` or
422422
# create the uri from `FLAGS.discovery_uri_template`
423423
uri = uri or uritemplate.expand(
424-
FLAGS.discovery_uri_template, {"api": name, "apiVersion": version}
425-
)
424+
FLAGS.discovery_uri_template, {"api": name, "apiVersion": version}
425+
)
426426

427427
http = build_http()
428428
resp, content = http.request(uri)

0 commit comments

Comments
 (0)