Missed some print statements and unused imports.

This commit is contained in:
Rebecca Law
2017-02-14 09:59:33 +00:00
parent 2346634fec
commit 681f52b691
4 changed files with 1 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
import uuid
import sqlalchemy
from sqlalchemy import (desc, cast, String, text)
from sqlalchemy import (desc, text)
from app import db
from app.models import (Template, TemplateHistory)