Code cleanup and style improvements in team sync
This commit is contained in:
parent
84e37b68ee
commit
7f0aa19292
3 changed files with 28 additions and 14 deletions
|
@ -1,14 +1,14 @@
|
|||
"""Add TeamSync table
|
||||
|
||||
Revision ID: be8d1c402ce0
|
||||
Revises: e2894a3a3c19
|
||||
Revises: a6c463dfb9fe
|
||||
Create Date: 2017-02-23 13:34:52.356812
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'be8d1c402ce0'
|
||||
down_revision = 'e2894a3a3c19'
|
||||
down_revision = 'a6c463dfb9fe'
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
|
Reference in a new issue