Skip to content

Commit ae838c1

Browse files
krissdapalixhami
authored andcommitted
Remove unused code (GoogleCloudPlatform#1745)
1 parent 34933c6 commit ae838c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vision/cloud-client/document_text/doctext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def render_doc_text(filein, fileout):
115115
parser.add_argument('-out_file', help='Optional output file', default=0)
116116
args = parser.parse_args()
117117

118-
parser = argparse.ArgumentParser()
119118
render_doc_text(args.detect_file, args.out_file)
120119
# [END vision_document_text_tutorial_run_application]
121120
# [END vision_document_text_tutorial]

0 commit comments

Comments
 (0)