We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2678d3f commit af17501Copy full SHA for af17501
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/base.py.j2
@@ -5,7 +5,7 @@ import abc
5
import typing
6
import pkg_resources
7
8
-from google import auth
+from google import auth # type: ignore
9
from google.api_core import exceptions # type: ignore
10
from google.api_core import gapic_v1 # type: ignore
11
from google.api_core import retry as retries # type: ignore
0 commit comments