Skip to content

Commit 8620200

Browse files
committed
update return type to Sequence
1 parent d746c21 commit 8620200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gapic-generator/gapic/schema/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@ def names(self) -> FrozenSet[str]:
22782278
return frozenset(answer)
22792279

22802280
@utils.cached_property
2281-
def resource_messages(self) -> FrozenSet[MessageType]:
2281+
def resource_messages(self) -> Sequence['MessageType']::
22822282
"""Returns all the resource message types used in all
22832283
request and response fields in the service."""
22842284

0 commit comments

Comments
 (0)