Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
This commit fixes the failing tests

Signed-off-by: Akarshan Kapoor <data.akarshan@icloud.com>
  • Loading branch information
Kappuccino111 committed Jul 31, 2024
1 parent a78d348 commit fb425bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ class Meta:

@extend_schema_field(serializers.FloatField)
def get_value(self, obj) -> float:
return obj.get_value()
return obj.get_value()

0 comments on commit fb425bb

Please sign in to comment.