mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05: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