Skip to content

Commit ae6e0e7

Browse files
committed
fix merge conflict
1 parent 161bacf commit ae6e0e7

File tree

1 file changed

+2
-2
lines changed
  • opentelemetry-semantic-conventions/src/opentelemetry/semconv/_incubating/attributes

1 file changed

+2
-2
lines changed

opentelemetry-semantic-conventions/src/opentelemetry/semconv/_incubating/attributes/db_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ class DbSystemValues(Enum):
504504

505505

506506
@deprecated(
507-
reason="Deprecated in favor of stable :py:const:`opentelemetry.semconv.attributes.db_attributes.DbSystemNameValues`."
508-
) # type: ignore
507+
"Deprecated in favor of stable :py:const:`opentelemetry.semconv.attributes.db_attributes.DbSystemNameValues`."
508+
)
509509
class DbSystemNameValues(Enum):
510510
OTHER_SQL = "other_sql"
511511
"""Some other SQL database. Fallback only."""

0 commit comments

Comments
 (0)