mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-25 23:50:01 +03:00
removed extra whitespace
This commit is contained in:
parent
3bb1c2dcca
commit
d76333b48e
|
@ -107,7 +107,7 @@ class BaseSerializer(Field):
|
||||||
|
|
||||||
self._data = None
|
self._data = None
|
||||||
self._files = None
|
self._files = None
|
||||||
self._errors = None
|
self._errors = None
|
||||||
|
|
||||||
#####
|
#####
|
||||||
# Methods to determine which fields to use when (de)serializing objects.
|
# Methods to determine which fields to use when (de)serializing objects.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user