mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
Removed unecessary whitespace
This commit is contained in:
parent
3a2b0a6b62
commit
acd81e8f88
|
@ -115,7 +115,7 @@ class BaseSerializer(Field):
|
|||
self.partial = kwargs.pop('partial', False)
|
||||
self._context = kwargs.pop('context', {})
|
||||
kwargs.pop('many', None)
|
||||
super(BaseSerializer, self).__init__(**kwargs)
|
||||
super(BaseSerializer, self).__init__(**kwargs)
|
||||
|
||||
def __new__(cls, *args, **kwargs):
|
||||
# We override this method in order to automatically create
|
||||
|
|
Loading…
Reference in New Issue
Block a user