mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-05 17:24:05 +03:00
Remove unnecessary blank lines in serializers.py
This commit is contained in:
parent
8fa867aeb6
commit
3e19d6a3ac
|
|
@ -619,8 +619,6 @@ class ListSerializer(BaseSerializer):
|
||||||
return []
|
return []
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_value(self, dictionary):
|
def get_value(self, dictionary):
|
||||||
"""
|
"""
|
||||||
Given the input dictionary, return the field value.
|
Given the input dictionary, return the field value.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user