Skip to content

Commit

Permalink
Removing redundant constant. (#4588)
Browse files Browse the repository at this point in the history
It looks like it was moved to `google.api_core.gapic_v1.client_info`
and during the move the delete was forgotten.
  • Loading branch information
dhermes authored Dec 13, 2017
1 parent 0e4fc30 commit be0493b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_core/google/api_core/gapic_v1/method.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from google.api_core import timeout
from google.api_core.gapic_v1 import client_info

METRICS_METADATA_KEY = 'x-goog-api-client'
USE_DEFAULT_METADATA = object()
DEFAULT = object()
"""Sentinel value indicating that a retry or timeout argument was unspecified,
Expand Down

0 comments on commit be0493b

Please sign in to comment.