Removed time import

This commit is contained in:
Ken Tsang
2017-05-26 17:51:06 +01:00
parent d2ce7518b4
commit c2d308c3b2

View File

@@ -12,9 +12,8 @@ down_revision = '0087_scheduled_notifications'
from alembic import op
import sqlalchemy as sa
import time
migration_date = time.strftime('2017-05-26 17:30:00.000000')
migration_date = '2017-05-26 17:30:00.000000'
def upgrade():