Skip to content

Commit

Permalink
We don't use this method anywhere that I can find. (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhg-ohiggins authored Oct 13, 2023
1 parent bfbe1eb commit 9513f8e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions backend/audit/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,15 +569,6 @@ def get_transition_date(self, status):
return self.transition_date[index]
return None

def _general_info_get(self, key):
try:
return self.general_information[key]
except KeyError:
pass
except TypeError:
pass
return None


class AccessManager(models.Manager):
"""Custom manager for Access."""
Expand Down

0 comments on commit 9513f8e

Please sign in to comment.