Remove typing check

This commit is contained in:
zandercymatics 2023-12-27 09:55:41 -07:00
parent c5376d46da
commit 0b147019eb
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -22,7 +22,7 @@ class OrderableFieldsMixin:
"""
custom_sort_name_prefix = "get_sortable_"
orderable_fk_fields: List[Tuple[str, List[str]]] = []
orderable_fk_fields = [] # type: ignore
def __new__(cls, *args, **kwargs):
"""