mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
from app.models import (
|
||||
NOTIFICATION_STATUS_TYPES,
|
||||
NOTIFICATION_STATUS_LETTER_ACCEPTED,
|
||||
NOTIFICATION_STATUS_LETTER_RECEIVED,
|
||||
NOTIFICATION_STATUS_TYPES,
|
||||
NOTIFICATION_TYPES,
|
||||
)
|
||||
from app.schema_validation.definitions import (uuid, personalisation)
|
||||
|
||||
from app.schema_validation.definitions import personalisation, uuid
|
||||
|
||||
template = {
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
|
||||
Reference in New Issue
Block a user