"src/lib/vscode:/vscode.git/clone" did not exist on "30c94ff10f2a6f7fb6c649ea675d8b9c1dbcfd5a"
Commit c134eab2 authored by Jonathan Rohde's avatar Jonathan Rohde
Browse files

feat(sqlalchemy): format backend

parent 320e6585
...@@ -91,6 +91,7 @@ class AbstractPostgresTest(AbstractIntegrationTest): ...@@ -91,6 +91,7 @@ class AbstractPostgresTest(AbstractIntegrationTest):
while retries > 0: while retries > 0:
try: try:
from config import BACKEND_DIR from config import BACKEND_DIR
db = create_engine(database_url, pool_pre_ping=True) db = create_engine(database_url, pool_pre_ping=True)
db = db.connect() db = db.connect()
log.info("postgres is ready!") log.info("postgres is ready!")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment