fixed linting

This commit is contained in:
Saifeddine ALOUI
2025-02-19 20:50:39 +01:00
parent 29cc12b56c
commit 45ee4dd08c
5 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ if not pm.is_installed("asyncpg"):
import asyncpg
from asyncpg import Pool
class PostgreSQLDB:
def __init__(self, config: dict[str, Any], **kwargs: Any):
self.host = config.get("host", "localhost")