Skip to content

Commit 45cdaff

Browse files
committed
Fix typecheck
1 parent 01cabcd commit 45cdaff

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/_semconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
OTEL_SEMCONV_STABILITY_OPT_IN = "OTEL_SEMCONV_STABILITY_OPT_IN"
163163

164164

165-
class _OpenTelemetryStabilitySignalType:
165+
class _OpenTelemetryStabilitySignalType(Enum):
166166
HTTP = "http"
167167
DATABASE = "database"
168168
GEN_AI = "gen_ai"

0 commit comments

Comments
 (0)