Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 1004077

Browse files
software-dovbusunkim96
authored andcommitted
Update base.py.j2
Qualify Sequence module
1 parent 11c82e3 commit 1004077

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • gapic/templates/%namespace/%name_%version/%sub/services/%service/transports

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ class {{ service.name }}Transport(abc.ABC):
3131
host: str{% if service.host %} = '{{ service.host }}'{% endif %},
3232
credentials: credentials.Credentials = None,
3333
credentials_file: str = None,
34-
scopes: Sequence[str] = AUTH_SCOPES,
34+
scopes: typing.Sequence[str] = AUTH_SCOPES,
3535
**kwargs,
36-
3736
) -> None:
3837
"""Instantiate the transport.
3938

0 commit comments

Comments
 (0)