Removed unecessary whitespace

This commit is contained in:
waqashamid 2019-04-13 11:12:55 +05:30
parent 3a2b0a6b62
commit acd81e8f88

View File

@ -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