mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Removed superfluous method definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user