Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 925907b

Browse files
authored
Removing redundant constant. (#4588)
It looks like it was moved to `google.api_core.gapic_v1.client_info` and during the move the delete was forgotten.
1 parent 0101863 commit 925907b

File tree

1 file changed

+0
-1
lines changed
  • packages/google-api-core/google/api_core/gapic_v1

1 file changed

+0
-1
lines changed

packages/google-api-core/google/api_core/gapic_v1/method.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from google.api_core import timeout
2424
from google.api_core.gapic_v1 import client_info
2525

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

0 commit comments

Comments
 (0)