mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Remove typing check
This commit is contained in:
parent
c5376d46da
commit
0b147019eb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class OrderableFieldsMixin:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
custom_sort_name_prefix = "get_sortable_"
|
custom_sort_name_prefix = "get_sortable_"
|
||||||
orderable_fk_fields: List[Tuple[str, List[str]]] = []
|
orderable_fk_fields = [] # type: ignore
|
||||||
|
|
||||||
def __new__(cls, *args, **kwargs):
|
def __new__(cls, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue