Remove unused imports

Use remove_empty_string filter for TaskOrderForm.number instead of declaring the data property
Update display of TOs without a number
This commit is contained in:
leigh-mil
2019-12-13 11:57:26 -05:00
parent 78ef47f649
commit f0505ee122
3 changed files with 6 additions and 13 deletions

View File

@@ -6,8 +6,6 @@ Create Date: 2019-12-10 12:45:17.535973
"""
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects import postgresql
# revision identifiers, used by Alembic.
revision = '3bd8552f1c57' # pragma: allowlist secret