Remove unnecessary blank lines in serializers.py

This commit is contained in:
shrajal01 2025-11-12 02:05:30 +05:30 committed by GitHub
parent 8fa867aeb6
commit 3e19d6a3ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -619,8 +619,6 @@ class ListSerializer(BaseSerializer):
return []
return []
def get_value(self, dictionary):
"""
Given the input dictionary, return the field value.