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 705821d commit 3f51f34Copy full SHA for 3f51f34
fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web/lifetime.py
@@ -47,7 +47,9 @@
47
from opentelemetry.instrumentation.asyncpg import AsyncPGInstrumentor # type: ignore
48
{%- endif %}
49
{%- if cookiecutter.orm == "sqlalchemy" %}
50
-from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor # type: ignore
+from opentelemetry.instrumentation.sqlalchemy import ( # type: ignore
51
+ SQLAlchemyInstrumentor,
52
+)
53
54
55
0 commit comments