Skip to content

Commit

Permalink
Remove unused code [(#1745)](GoogleCloudPlatform/python-docs-samples#…
Browse files Browse the repository at this point in the history
  • Loading branch information
krissdap authored and alixhami committed Nov 1, 2018
1 parent ed82716 commit 3193fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/snippets/document_text/doctext.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def render_doc_text(filein, fileout):
parser.add_argument('-out_file', help='Optional output file', default=0)
args = parser.parse_args()

parser = argparse.ArgumentParser()
render_doc_text(args.detect_file, args.out_file)
# [END vision_document_text_tutorial_run_application]
# [END vision_document_text_tutorial]

0 comments on commit 3193fb1

Please sign in to comment.