This commit is contained in:
Srikanth Chekuri
2020-11-21 22:43:53 +05:30
parent 3786d6d0fa
commit 69b6c378c8

View File

@ -23,8 +23,8 @@ from opentelemetry.instrumentation.sqlalchemy.engine import (
_DB, _DB,
_HOST, _HOST,
_PORT, _PORT,
_USER,
_STMT, _STMT,
_USER,
) )
from .mixins import SQLAlchemyTestMixin from .mixins import SQLAlchemyTestMixin