Skip to content

Commit

Permalink
Remove inaccessible code
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Feb 28, 2024
1 parent c5871bb commit 7a707d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions local_db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def get_prep_value(self, value):
except Exception as exc:
raise exc.__class__("value should be instance of Status") from exc

return super().get_prep_value(value)


class RequestMetadata(models.Model):
"""A request for a set of files to be reviewed and potentially released."""
Expand Down

0 comments on commit 7a707d3

Please sign in to comment.