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 4f345e7 commit ddaf5b4Copy full SHA for ddaf5b4
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/_utils.py
@@ -55,6 +55,6 @@ def get_aws_region() -> str:
55
pass
56
57
_logger.warning(
58
- "AWS region not found. Please set AWS_REGION environment variable or configure " "AWS CLI with 'aws configure'."
+ "AWS region not found. Please set AWS_REGION environment variable or configure AWS CLI with 'aws configure'."
59
)
60
return None
0 commit comments