Skip to content

Commit e22c4ac

Browse files
authored
Uncomment FlaskInstrumentor import in test file
1 parent 529cd16 commit e22c4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/opentelemetry-instrumentation-flask/tests/test_flask_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
from opentelemetry import trace
2929
from opentelemetry.instrumentation.flask import (
30-
FlaskInstrumentor,
3130
_ENVIRON_ACTIVATION_KEY,
3231
_ENVIRON_TOKEN,
32+
FlaskInstrumentor,
3333
_request_ctx_ref,
3434
)
3535
from opentelemetry.test.wsgitestutil import WsgiTestBase

0 commit comments

Comments
 (0)