Skip to content

Commit

Permalink
Remove unused FacilityPatientStatsHistoryFilterSet
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Dec 15, 2024
1 parent be297fc commit 20cd5cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions care/facility/api/viewsets/patient.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,10 +728,6 @@ def get_queryset(self) -> QuerySet:
)


class FacilityPatientStatsHistoryFilterSet(filters.FilterSet):
entry_date = filters.DateFromToRangeFilter(field_name="entry_date")


class PatientSearchSetPagination(PageNumberPagination):
page_size = 200

Expand Down

0 comments on commit 20cd5cd

Please sign in to comment.