mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
Missed some print statements and unused imports.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user