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

Commit 66bf9ec

Browse files
committed
revert api and metadata
1 parent 703ee75 commit 66bf9ec

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

gapic/schema/api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,7 @@ def disambiguate_keyword_sanitize_fname(
492492
# Parse the google.api.Service proto from the service_yaml data.
493493
service_yaml_config = service_pb2.Service()
494494
ParseDict(
495-
opts.service_yaml_config,
496-
service_yaml_config,
497-
ignore_unknown_fields=True,
495+
opts.service_yaml_config, service_yaml_config, ignore_unknown_fields=True
498496
)
499497
gapic_version = opts.gapic_version
500498

gapic/schema/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import dataclasses
3030
import re
31-
from typing import FrozenSet, Set, Tuple, Optional, Dict
31+
from typing import FrozenSet, Set, Tuple, Optional
3232

3333
from google.protobuf import descriptor_pb2
3434

0 commit comments

Comments
 (0)