Skip to content

Commit ddaf5b4

Browse files
committed
manually fix lint check
1 parent 4f345e7 commit ddaf5b4

File tree

1 file changed

+1
-1
lines changed
  • aws-opentelemetry-distro/src/amazon/opentelemetry/distro

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ def get_aws_region() -> str:
5555
pass
5656

5757
_logger.warning(
58-
"AWS region not found. Please set AWS_REGION environment variable or configure " "AWS CLI with 'aws configure'."
58+
"AWS region not found. Please set AWS_REGION environment variable or configure AWS CLI with 'aws configure'."
5959
)
6060
return None

0 commit comments

Comments
 (0)