Skip to content

Commit

Permalink
Remove useless special serializing method from the StoredLibraryDetai…
Browse files Browse the repository at this point in the history
…ledSerializer
  • Loading branch information
monsieurswag committed Apr 24, 2024
1 parent d846d97 commit 762b660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/library/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Meta:
# objects_meta = serializers.JSONField()

class StoredLibraryDetailedSerializer(serializers.ModelSerializer):
dependencies = lambda dependencies: dependencies.split(" ")
class Meta:
model = StoredLibrary
fields = "__all__"
Expand Down

0 comments on commit 762b660

Please sign in to comment.