Skip to content

Commit 6b9bfab

Browse files
authored
chore(gapic): remove _is_tracing_supported dummy class variable
1 parent 9af35a8 commit 6b9bfab

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/google-api-core/google/api_core/gapic_v1

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ class _GapicCallable(object):
125125
additional metadata will be passed to the RPC method.
126126
"""
127127

128-
_is_tracing_supported = True
129-
130128
def __init__(
131129
self,
132130
target,

0 commit comments

Comments
 (0)