Formatting

This commit is contained in:
richard-dds
2018-11-29 11:15:44 -05:00
parent d368b688d0
commit b0727c0b13
2 changed files with 7 additions and 5 deletions

View File

@@ -98,10 +98,7 @@ class Invitation(Base, TimestampsMixin, AuditableMixin):
@property
def event_details(self):
return {
"email": self.email,
"dod_id": self.user_dod_id,
}
return {"email": self.email, "dod_id": self.user_dod_id}
@property
def history(self):