Skip to content

Commit a1f6b29

Browse files
committed
Remove comment
1 parent 4f20802 commit a1f6b29

File tree

1 file changed

+0
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-boto/src/opentelemetry/instrumentation/boto

1 file changed

+0
-2
lines changed

instrumentation/opentelemetry-instrumentation-boto/src/opentelemetry/instrumentation/boto/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def _instrument(self, **kwargs):
8484
# For exemple EC2 uses AWSQueryConnection and S3 uses
8585
# AWSAuthConnection
8686

87-
# FIXME should the tracer provider be accessed via Configuration
88-
# instead?
8987
# pylint: disable=attribute-defined-outside-init
9088
self._tracer = get_tracer(
9189
__name__, __version__, kwargs.get("tracer_provider")

0 commit comments

Comments
 (0)