Skip to content

Commit 4603967

Browse files
committed
lint
1 parent 736838f commit 4603967

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • aws-opentelemetry-distro/tests/amazon/opentelemetry/distro

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
from amazon.opentelemetry.distro._utils import (
1010
AGENT_OBSERVABILITY_ENABLED,
11-
AWS_GENAI_CONTENT_EXTRACTION_OPT_OUT,
1211
AWS_AGENTIC_OBSERVABILITY_OPT_IN,
12+
AWS_GENAI_CONTENT_EXTRACTION_OPT_OUT,
1313
get_aws_region,
1414
get_aws_session,
1515
is_agent_observability_enabled,
16-
is_genai_content_extraction_opted_out,
1716
is_agentic_observability_enabled,
1817
is_aws_agentic_observability_opt_in,
18+
is_genai_content_extraction_opted_out,
1919
is_installed,
2020
)
2121

0 commit comments

Comments
 (0)