File tree Expand file tree Collapse file tree
packages/google-cloud-vision Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818__version__ = package_version .__version__
1919
2020
21+ from google .cloud .vision_v1 import ImageAnnotatorClient
2122from google .cloud .vision_v1 .services .image_annotator .async_client import (
2223 ImageAnnotatorAsyncClient ,
2324)
24- from google .cloud .vision_v1 import ImageAnnotatorClient
2525from google .cloud .vision_v1 .services .product_search .async_client import (
2626 ProductSearchAsyncClient ,
2727)
Original file line number Diff line number Diff line change 1414
1515from __future__ import absolute_import
1616
17- from google .api_core import protobuf_helpers as protobuf
1817import proto # type: ignore
18+ from google .api_core import protobuf_helpers as protobuf
1919
2020
2121class VisionHelpers (object ):
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def inner(
9898 retry = None ,
9999 timeout = None ,
100100 metadata = (),
101- ** kwargs
101+ ** kwargs ,
102102 ):
103103 """Return a single feature annotation for the given image.
104104
Original file line number Diff line number Diff line change 1616
1717import unittest
1818
19- from google .auth .credentials import Credentials
2019import mock
20+ from google .auth .credentials import Credentials
2121
2222from google .cloud import vision , vision_helpers
2323
Original file line number Diff line number Diff line change 1818import io
1919import unittest
2020
21- from google .auth .credentials import Credentials
2221import mock
22+ from google .auth .credentials import Credentials
2323
2424import google .cloud .vision_v1 as vision_v1
2525from google .cloud .vision_v1 import ImageAnnotatorClient
You can’t perform that action at this time.
0 commit comments