Skip to content

Commit

Permalink
- fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Jun 20, 2024
1 parent 9a44080 commit b829bcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tdrs-backend/tdpservice/search_indexes/admin/tanf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""ModelAdmin classes for parsed TANF data files."""
from .filters import CreationDateFilter, FiscalPeriodFilter, STTFilter
from .mixins import CsvExportAdminMixin, ReadOnlyAdminMixin
from more_admin_filters import MultiSelectDropdownFilter



class TANF_T1Admin(ReadOnlyAdminMixin, CsvExportAdminMixin):
Expand Down

0 comments on commit b829bcd

Please sign in to comment.