Add type ignore comments for asyncpg imports to suppress mypy errors
This commit is contained in:
@@ -38,8 +38,8 @@ import pipmaster as pm
|
|||||||
if not pm.is_installed("asyncpg"):
|
if not pm.is_installed("asyncpg"):
|
||||||
pm.install("asyncpg")
|
pm.install("asyncpg")
|
||||||
|
|
||||||
import asyncpg
|
import asyncpg # type: ignore
|
||||||
from asyncpg import Pool
|
from asyncpg import Pool # type: ignore
|
||||||
|
|
||||||
|
|
||||||
class PostgreSQLDB:
|
class PostgreSQLDB:
|
||||||
|
Reference in New Issue
Block a user