Skip to content

Commit af17501

Browse files
authored
fix: add 'type: ignore' comment for 'google.auth' (#579)
1 parent 2678d3f commit af17501

File tree

1 file changed

+1
-1
lines changed
  • gapic/templates/%namespace/%name_%version/%sub/services/%service/transports

1 file changed

+1
-1
lines changed

gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/base.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import abc
55
import typing
66
import pkg_resources
77

8-
from google import auth
8+
from google import auth # type: ignore
99
from google.api_core import exceptions # type: ignore
1010
from google.api_core import gapic_v1 # type: ignore
1111
from google.api_core import retry as retries # type: ignore

0 commit comments

Comments
 (0)