Code formatting

This commit is contained in:
2023-10-29 15:59:55 +03:00
parent 931ff1270b
commit 3bd1deb8db
5 changed files with 22 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
from .config import (
DB_URL,
POSTGRES_DB,
POSTGRES_HOST,
POSTGRES_PASSWORD,
POSTGRES_PORT,
POSTGRES_USER,
DB_URL,
)
db_credentials = {"conninfo": DB_URL}