Skip to content

Commit 9bac7fa

Browse files
committed
lint fix
1 parent b20565e commit 9bac7fa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/exporter/otlp/aws/common/_aws_http_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def build_user_agent() -> str:
99
user_agent = f"ADOT-OTLP-Exporter-Python/{__version__}"
10-
10+
1111
if is_agent_observability_enabled():
1212
user_agent = f"ADOT-GenAI-OTLP-Exporter-Python/{__version__}"
1313
return user_agent

0 commit comments

Comments
 (0)