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

Commit 1695650

Browse files
software-dovbusunkim96
authored andcommitted
Update base.py.j2
Template fix
1 parent b0a0a5b commit 1695650

1 file changed

Lines changed: 2 additions & 1 deletion

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ 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] = self.AUTH_SCOPES,
34+
scopes: Sequence[str] = AUTH_SCOPES,
3535
**kwargs,
36+
3637
) -> None:
3738
"""Instantiate the transport.
3839

0 commit comments

Comments
 (0)