From 9ec8caa9b61ba6c70bc80ddabd5aa20c14418a45 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 26 Sep 2018 08:26:05 -0400 Subject: [PATCH] format --- atst/models/audit_event.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/atst/models/audit_event.py b/atst/models/audit_event.py index 549a618f..ea15d5f2 100644 --- a/atst/models/audit_event.py +++ b/atst/models/audit_event.py @@ -42,7 +42,6 @@ class AuditEvent(Base, TimestampsMixin): return " ".join([user_str, action_str, display_name_str, scope_str]) - @property def activity_description(self): action_str = "{} on {} {}".format( @@ -57,7 +56,6 @@ class AuditEvent(Base, TimestampsMixin): return " ".join([action_str, display_name_str, scope_str]) - def save(self, connection): attrs = inspect(self).dict