Skip to content

Commit

Permalink
fix(revert): partial revert of #1125 (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 12, 2023
1 parent c5ed152 commit 14eec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/schema/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def with_context(self, *,
references.
"""
visited_messages = visited_messages or set()
visited_messages.add(self)
visited_messages = visited_messages | {self}
return dataclasses.replace(
self,
fields={
Expand Down

0 comments on commit 14eec93

Please sign in to comment.