Skip to content

Commit 24306d5

Browse files
dizcologynnegrey
authored andcommitted
move import re (#2303)
1 parent 1625f81 commit 24306d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/cloud-client/detect/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"""
3535

3636
import argparse
37-
import re
3837

3938

4039
# [START vision_face_detection]
@@ -674,6 +673,7 @@ def detect_document_uri(uri):
674673
# [START vision_text_detection_pdf_gcs]
675674
def async_detect_document(gcs_source_uri, gcs_destination_uri):
676675
"""OCR with PDF/TIFF as source files on GCS"""
676+
import re
677677
from google.cloud import vision
678678
from google.cloud import storage
679679
from google.protobuf import json_format

0 commit comments

Comments
 (0)