uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Unnecessary None provided as default PTC-W0039
Anti-pattern
Minor
a year agoa year old
1450    """
1451
1452    def to_representation(self, value):
1453        serializer_cls = GFK_MODEL_SERIALIZER_MAPPING.get(type(value), None)1454        return (
1455            serializer_cls(value, context=self.context).data
1456            if serializer_cls