удалены лишние импорты

This commit is contained in:
Vlad
2024-09-21 01:29:33 +03:00
parent 7b13cf92ea
commit bcc7760f42
6 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import asyncpg
from datetime import datetime
from config import DATABASE_URL # Example: "postgresql://user:password@localhost:5432/dbname"
from config import DATABASE_URL
async def init_db():
conn = await asyncpg.connect(DATABASE_URL)