Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Oct 6, 2017
1 parent 37513f8 commit 311413d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions core/google/api/core/operations_v1/operations_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,8 @@ def __init__(self, channel, client_config=operations_client_config.config):
# Create all wrapped methods using the interface configuration.
# The interface config contains all of the default settings for retry
# and timeout for each RPC method.
interface_config = (
client_config
['interfaces']
['google.longrunning.Operations']
)
interfaces = client_config['interfaces']
interface_config = interfaces['google.longrunning.Operations']
method_configs = gapic_v1.config.parse_method_configs(interface_config)

self._get_operation = gapic_v1.method.wrap_method(
Expand Down

0 comments on commit 311413d

Please sign in to comment.