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 72cf61c commit fb2e2e3Copy full SHA for fb2e2e3
packages/service-library/src/servicelib/aiohttp/tracing.py
@@ -31,9 +31,7 @@
31
except ImportError:
32
HAS_BOTOCORE = False
33
try:
34
- from opentelemetry.instrumentation.aiopg import ( # type: ignore[import-not-found]
35
- AiopgInstrumentor,
36
- )
+ from opentelemetry.instrumentation.aiopg import AiopgInstrumentor
37
38
HAS_AIOPG = True
39
packages/service-library/src/servicelib/fastapi/tracing.py
@@ -28,9 +28,7 @@
28
HAS_ASYNCPG = False
29
30
0 commit comments