Skip to content

Commit 36718e6

Browse files
committed
remove comment
1 parent 51f810a commit 36718e6

File tree

1 file changed

+1
-1
lines changed
  • packages/service-library/src/servicelib/fastapi

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/fastapi/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_logger = logging.getLogger(__name__)
2525

2626
try:
27-
from opentelemetry.instrumentation.asyncpg import ( # type: ignore[import-not-found]
27+
from opentelemetry.instrumentation.asyncpg import (
2828
AsyncPGInstrumentor,
2929
)
3030

0 commit comments

Comments
 (0)