Skip to content

Commit 561fa01

Browse files
committed
linting fix
1 parent 0b65642 commit 561fa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/otlp_sigv4_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(
5050

5151
except ImportError:
5252
_logger.error(
53-
"botocore is required to export traces to %s. " "Please install it using `pip install botocore`",
53+
"botocore is required to export traces to %s. Please install it using `pip install botocore`",
5454
endpoint,
5555
)
5656

0 commit comments

Comments
 (0)