Another lint change

This commit is contained in:
zandercymatics 2023-08-14 09:57:02 -06:00
parent 23405cd145
commit 5b78b665a7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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