fix last mypy error: asyncpg import-untyped ignore
This commit is contained in:
parent
d370855abf
commit
da9b4716c2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import asyncio
|
|||
import logging
|
||||
import os
|
||||
|
||||
import asyncpg
|
||||
import asyncpg # type: ignore[import-untyped]
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue