mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Removed superfluous method definition
This commit is contained in:
parent
330acc85ae
commit
6b5c4338cc
@ -521,10 +521,6 @@ class BaseSerializer(serializers.ModelSerializer):
|
||||
raise ValidationError(d)
|
||||
return attrs
|
||||
|
||||
def to_representation(self, obj):
|
||||
ret = super(BaseSerializer, self).to_representation(obj)
|
||||
return ret
|
||||
|
||||
|
||||
class EmptySerializer(serializers.Serializer):
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user