Skip to content

Commit 37e6ed0

Browse files
author
rllin
authored
Merge branch 'master' into develop
2 parents b012e39 + 533570a commit 37e6ed0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CONTRIB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Each release should follow the following steps:
5454
with credentials for the `labelbox` PyPI user.
5555
- Run the `REPO_ROOT/tools/api_reference_generator.py` script to update
5656
[HelpDocs documentation](https://labelbox.helpdocs.io/docs/). You will need
57-
to provide a HelpDocs API key for.
57+
to provide a HelpDocs API key for.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
'Programming Language :: Python :: 3.7',
2323
],
2424
keywords=["labelbox"],
25-
)
25+
)

tools/api_reference_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ def main():
435435
args = argp.parse_args()
436436

437437
body = generate_all()
438-
439438
if args.helpdocs_api_key is not None:
440439
url = "https://api.helpdocs.io/v1/article/zg9hp7yx3u?key=" + \
441440
args.helpdocs_api_key

0 commit comments

Comments
 (0)