We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5871bb commit 7a707d3Copy full SHA for 7a707d3
local_db/models.py
@@ -31,8 +31,6 @@ def get_prep_value(self, value):
31
except Exception as exc:
32
raise exc.__class__("value should be instance of Status") from exc
33
34
- return super().get_prep_value(value)
35
-
36
37
class RequestMetadata(models.Model):
38
"""A request for a set of files to be reviewed and potentially released."""
0 commit comments