Fix linting

This commit is contained in:
yangdx
2025-03-01 16:23:34 +08:00
parent 3507e894d9
commit e3a40c2fdb
7 changed files with 138 additions and 95 deletions

View File

@@ -38,8 +38,8 @@ import pipmaster as pm
if not pm.is_installed("asyncpg"):
pm.install("asyncpg")
import asyncpg # type: ignore
from asyncpg import Pool # type: ignore
import asyncpg # type: ignore
from asyncpg import Pool # type: ignore
class PostgreSQLDB: