Skip to content

Commit

Permalink
fix mypy + autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
gkevinzheng committed Dec 6, 2024
1 parent a28a4ee commit 7a3b71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gapic/schema/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1800,8 +1800,8 @@ def build_address_allowlist_for_selective_gapic(self, *,
# We need to add the service/method pointed to by self.operation_service to
# the allowlist, as it might not have been specified by selective_gapic_generation.
# We assume that the operation service lives in the same proto as this one.
# type: ignore
operation_service = services_in_proto[self.operation_service]
operation_service = services_in_proto[
self.operation_service] # type: ignore
address_allowlist.add(operation_service.meta.address)
operation_service.operation_polling_method.build_address_allowlist_for_selective_gapic(
address_allowlist=address_allowlist,
Expand Down

0 comments on commit 7a3b71e

Please sign in to comment.