mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Another lint change
This commit is contained in:
parent
23405cd145
commit
5b78b665a7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class AdminFormOrderHelper():
|
|||
"""A helper class to order a dropdown field in Django Admin, takes the fields you want to order by as an array""" # noqa
|
||||
|
||||
# Used to keep track of how we want to order_by certain FKs
|
||||
_sorting_dict: list[SortingDictInterface] = [...] # noqa
|
||||
_sorting_dict: list[SortingDictInterface] = [] # noqa
|
||||
|
||||
def __init__(self, sort):
|
||||
self._sorting_dict = sort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue