Skip to content

Commit 4d093f5

Browse files
committed
fix imports
1 parent 7f31cc0 commit 4d093f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

instrumentation/opentelemetry-instrumentation-mysql/tests/test_mysql_integration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
from opentelemetry import trace as trace_api
2121
from opentelemetry.instrumentation.mysql import MySQLInstrumentor
2222
from opentelemetry.sdk import resources
23-
from opentelemetry.semconv._incubating.attributes.db_attributes import DB_STATEMENT
23+
from opentelemetry.semconv._incubating.attributes.db_attributes import (
24+
DB_STATEMENT,
25+
)
2426
from opentelemetry.test.test_base import TestBase
2527

2628

0 commit comments

Comments
 (0)