mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
Removed unused import
This commit is contained in:
@@ -15,7 +15,6 @@ from app.notifications.validators import (
|
|||||||
service_has_permission,
|
service_has_permission,
|
||||||
validate_template,
|
validate_template,
|
||||||
)
|
)
|
||||||
from app.public_schemas.public import PublicNotificationSchema
|
|
||||||
from app.schemas import (
|
from app.schemas import (
|
||||||
email_notification_schema,
|
email_notification_schema,
|
||||||
notification_with_personalisation_schema,
|
notification_with_personalisation_schema,
|
||||||
|
|||||||
@@ -661,9 +661,6 @@ class NotificationWithPersonalisationSchema(NotificationWithTemplateSchema):
|
|||||||
return in_data
|
return in_data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class InvitedUserSchema(BaseSchema):
|
class InvitedUserSchema(BaseSchema):
|
||||||
auth_type = auto_field(by_value=True)
|
auth_type = auto_field(by_value=True)
|
||||||
created_at = FlexibleDateTime()
|
created_at = FlexibleDateTime()
|
||||||
|
|||||||
Reference in New Issue
Block a user