Removed unused import

This commit is contained in:
alexjanousekGSA
2025-05-14 13:42:12 -04:00
parent 68aa63945a
commit b7d87b6db8
2 changed files with 0 additions and 4 deletions

View File

@@ -661,9 +661,6 @@ class NotificationWithPersonalisationSchema(NotificationWithTemplateSchema):
return in_data
class InvitedUserSchema(BaseSchema):
auth_type = auto_field(by_value=True)
created_at = FlexibleDateTime()