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

Commit 558ba06

Browse files
authored
Update base.py.j2
Fight with mypy
1 parent c0db06e commit 558ba06

1 file changed

Lines changed: 1 addition & 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class {{ service.name }}Transport(metaclass=abc.ABCMeta):
3131
host: str{% if service.host %} = '{{ service.host }}'{% endif %},
3232
credentials: credentials.Credentials = None,
3333
credentials_file: str = None,
34-
scopes: typing.Sequence[str] = AUTH_SCOPES,
34+
scopes: Optional[typing.Sequence[str]] = AUTH_SCOPES,
3535
) -> None:
3636
"""Instantiate the transport.
3737

0 commit comments

Comments
 (0)