Skip to content

Commit 77c8fd8

Browse files
committed
Remove unused constant.
1 parent e47aff2 commit 77c8fd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aws_lambda_powertools/shared/constants.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
MIDDLEWARE_FACTORY_TRACE_ENV: str = "POWERTOOLS_TRACE_MIDDLEWARES"
99
INVALID_XRAY_NAME_CHARACTERS = r"[?;*()!$~^<>]"
1010

11-
# OpenTelemetry Tracer constants
12-
OTEL_SDK_MODULE: str = "opentelemetry"
13-
1411
# Logger constants
1512
# maintenance: future major version should start having localized `constants.py` to ease future modularization
1613
LOGGER_LOG_SAMPLING_RATE: str = "POWERTOOLS_LOGGER_SAMPLE_RATE"

0 commit comments

Comments
 (0)