Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion migrations/versions/96115ea05082_added_positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import sys

from alembic import op
from migrations import helper
from sqlalchemy import orm

# Make migrations importable by adding the project root folder to the path.
Expand All @@ -21,6 +20,8 @@
DIR_NAME = str(pathlib.Path(__file__).parents[2])
sys.path.append(DIR_NAME)

from migrations import helper

# revision identifiers, used by Alembic.
revision = '96115ea05082'
down_revision = None
Expand Down