Skip to content

Commit 4d91fb8

Browse files
committed
linting
1 parent 679b62a commit 4d91fb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gapic/schema/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def disambiguate_keyword_sanitize_fname(
480480
proto.add_to_address_allowlist(address_allowlist=address_allowlist,
481481
method_allowlist=selective_gapic_methods,
482482
resource_messages=all_resource_messages)
483-
483+
484484
# The list of explicitly allow-listed protos to generate, plus all
485485
# the proto dependencies regardless of the allow-list.
486486
new_all_protos = {}

gapic/schema/wrappers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def with_context(
392392
def add_to_address_allowlist(self, *,
393393
address_allowlist: Set['metadata.Address'],
394394
resource_messages: Dict[str, 'MessageType']
395-
) -> None:
395+
) -> None:
396396
"""Adds to the set of Addresses of wrapper objects to be included in selective GAPIC generation.
397397
398398
This method is used to create an allowlist of addresses to be used to filter out unneeded
@@ -803,7 +803,7 @@ def with_context(self, *,
803803
def add_to_address_allowlist(self, *,
804804
address_allowlist: Set['metadata.Address'],
805805
resource_messages: Dict[str, 'MessageType']
806-
) -> None:
806+
) -> None:
807807
"""Adds to the set of Addresses of wrapper objects to be included in selective GAPIC generation.
808808
809809
This method is used to create an allowlist of addresses to be used to filter out unneeded

0 commit comments

Comments
 (0)