Skip to content

Commit 4c10700

Browse files
committed
interop: disable global-statement pylint warning in otel_interop_helper.py
1 parent c56bf5c commit 4c10700

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/python/grpcio_tests/tests/interop/otel_interop_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def force_flush(self, timeout_millis: int = 30000) -> bool:
120120

121121

122122
def init_tracer_provider() -> Tuple[TracerProvider, trace.Tracer]:
123+
# pylint: disable=global-statement
123124
global _GLOBAL_PROVIDER
124125
if _GLOBAL_PROVIDER is None:
125126
endpoint = os.environ.get(

0 commit comments

Comments
 (0)