Skip to content

Commit

Permalink
PEP fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 15, 2024
1 parent 5dcd821 commit c03f431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_statistics/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Meta:
finished_before = serializers.DateTimeField(required=False, label='Finished Before')
finished_after = serializers.DateTimeField(required=False, label='Finished After')


class TestStatisticsSerializer(serializers.Serializer):
"""Serializer for encoding test statistics results for the TestStatistics plugin."""

Expand Down

0 comments on commit c03f431

Please sign in to comment.