Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Migrate declarative_base SQLalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed May 2, 2023
1 parent 93e898b commit 7eeba71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ert_storage/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from fastapi import Depends
from sqlalchemy import create_engine
from sqlalchemy.exc import DBAPIError
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import sessionmaker
from sqlalchemy.orm import declarative_base, sessionmaker
from sqlalchemy.sql import text

from ert_storage.security import security
Expand Down

0 comments on commit 7eeba71

Please sign in to comment.