Skip to content

Commit 65f177b

Browse files
committed
Fix lint err and print statment
1 parent ae576c1 commit 65f177b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/tests/test_otlp_exporter_mixin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def f(_):
301301
return_value=[IterEntryPoint("custom_credential", f)]
302302
)
303303
exporter = OTLPSpanExporterForTesting(insecure=False)
304+
# pylint: disable=protected-access
304305
assert exporter._credentials is credential
305306

306307
# pylint: disable=no-self-use, disable=unused-argument

exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/_common/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def _load_session_from_envvar(
6262
f"entry point 'opentelemetry_otlp_credential_provider'"
6363
)
6464
if isinstance(maybe_session, requests.Session):
65-
print("returning session !!")
6665
return maybe_session
6766
return None
6867

0 commit comments

Comments
 (0)