aurweb/migrations/versions/f47cad5d6d03_initial_revision.py
Kevin Morris 5ceeb88bee remove unused imports, rectify isort violations
Files got into the branch that violate both PEP-8 guidelines
and isorts. This fixes them.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-06-05 21:27:39 -07:00

19 lines
273 B
Python

"""initial revision
Revision ID: f47cad5d6d03
Create Date: 2020-02-23 13:23:32.331396
"""
# revision identifiers, used by Alembic.
revision = 'f47cad5d6d03'
down_revision = None
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass