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"):
|
||||
pm.install("asyncpg")
|
||||
|
||||
import asyncpg
|
||||
from asyncpg import Pool
|
||||
import asyncpg # type: ignore
|
||||
from asyncpg import Pool # type: ignore
|
||||
|
||||
|
||||
class PostgreSQLDB:
|
||||
|
Reference in New Issue
Block a user