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

Commit 89964fc

Browse files
committed
removed Any from type definition
1 parent de47a24 commit 89964fc

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
@@ -143,7 +143,7 @@ class {{ service.name }}Transport(abc.ABC):
143143
host += ':443'
144144
self._host = host
145145

146-
self._wrapped_methods: Dict[Callable[..., Any], Callable[..., Any]] = {}
146+
self._wrapped_methods: Dict[Callable, Callable] = {}
147147

148148
@property
149149
def host(self):

0 commit comments

Comments
 (0)