mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 09:29:59 +02:00
See #297: removed unused variables
This commit is contained in:
parent
2b1c46317f
commit
639882bd34
50 changed files with 33 additions and 88 deletions
|
@ -40,7 +40,6 @@ class ActionSerializer(serializers.Serializer):
|
|||
return value
|
||||
|
||||
def validate_objects(self, value):
|
||||
qs = None
|
||||
if value == "all":
|
||||
return self.queryset.all().order_by("id")
|
||||
if type(value) in [list, tuple]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue