We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f31cc0 commit 4d093f5Copy full SHA for 4d093f5
instrumentation/opentelemetry-instrumentation-mysql/tests/test_mysql_integration.py
@@ -20,7 +20,9 @@
20
from opentelemetry import trace as trace_api
21
from opentelemetry.instrumentation.mysql import MySQLInstrumentor
22
from opentelemetry.sdk import resources
23
-from opentelemetry.semconv._incubating.attributes.db_attributes import DB_STATEMENT
+from opentelemetry.semconv._incubating.attributes.db_attributes import (
24
+ DB_STATEMENT,
25
+)
26
from opentelemetry.test.test_base import TestBase
27
28
0 commit comments