From ac755aaa04acad16d6e726d85c10c86eecc8ce59 Mon Sep 17 00:00:00 2001 From: Yu-Han Liu Date: Mon, 29 Jul 2019 09:05:27 -0700 Subject: [PATCH] move import re --- vision/cloud-client/detect/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/cloud-client/detect/detect.py b/vision/cloud-client/detect/detect.py index 7e7d8b76ec72..878e8a10d4bb 100644 --- a/vision/cloud-client/detect/detect.py +++ b/vision/cloud-client/detect/detect.py @@ -34,7 +34,6 @@ """ import argparse -import re # [START vision_face_detection] @@ -674,6 +673,7 @@ def detect_document_uri(uri): # [START vision_text_detection_pdf_gcs] def async_detect_document(gcs_source_uri, gcs_destination_uri): """OCR with PDF/TIFF as source files on GCS""" + import re from google.cloud import vision from google.cloud import storage from google.protobuf import json_format