Skip to content

Commit

Permalink
feat: revert meta import (#114)
Browse files Browse the repository at this point in the history
revert meta import
  • Loading branch information
rzlim08 authored Oct 10, 2024
1 parent 8b9b9a5 commit d56a097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from logging.config import fileConfig
from alembic import context
from sqlalchemy import create_engine

from platformics.database.models import meta
from database.models import meta
from platformics.settings import CLISettings

# this is the Alembic Config object, which provides
Expand Down

0 comments on commit d56a097

Please sign in to comment.