fix last mypy error: asyncpg import-untyped ignore

This commit is contained in:
Viktor Barzin 2026-03-15 23:39:56 +00:00
parent d370855abf
commit da9b4716c2
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -2,7 +2,7 @@ import asyncio
import logging
import os
import asyncpg
import asyncpg # type: ignore[import-untyped]
logger = logging.getLogger(__name__)