Skip to content

Commit

Permalink
fix: fix import in alembic env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Maze21127 committed Feb 22, 2024
1 parent ee6e55b commit 2a289f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if not os.getenv("REDIS_DSN"):
os.environ["REDIS_DSN"] = ""


from src.config import get_db_settings
from src.database.core import Base
from config import get_db_settings
from database.core import Base

# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.
Expand Down

0 comments on commit 2a289f3

Please sign in to comment.