File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 2222 'Programming Language :: Python :: 3.7' ,
2323 ],
2424 keywords = ["labelbox" ],
25- )
25+ )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments