We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b65642 commit 561fa01Copy full SHA for 561fa01
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/otlp_sigv4_exporter.py
@@ -50,7 +50,7 @@ def __init__(
50
51
except ImportError:
52
_logger.error(
53
- "botocore is required to export traces to %s. " "Please install it using `pip install botocore`",
+ "botocore is required to export traces to %s. Please install it using `pip install botocore`",
54
endpoint,
55
)
56
0 commit comments