Skip to content

Commit 703f869

Browse files
committed
Update manual.py
1 parent d49268f commit 703f869

File tree

1 file changed

+1
-2
lines changed
  • azure-monitor-opentelemetry/samples/tracing

1 file changed

+1
-2
lines changed

azure-monitor-opentelemetry/samples/tracing/manual.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
# Licensed under the MIT License. See License in the project root for
44
# license information.
55
# --------------------------------------------------------------------------
6-
from sqlalchemy import create_engine, text
7-
86
from azure.monitor.opentelemetry import configure_azure_monitor
97
from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor
8+
from sqlalchemy import create_engine, text
109

1110
configure_azure_monitor(
1211
connection_string="<your-connection-string>",

0 commit comments

Comments
 (0)