mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 01:27:44 +02:00
reformat fix for #1259 for ruff
This commit is contained in:
parent
4610416553
commit
760cab58e2
@ -71,9 +71,7 @@ DATATABLES_ORDER_COLUMN_CHOICES = Choices(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
DATATABLES_COLUMN_NUM_LOOKUP = {
|
DATATABLES_COLUMN_NUM_LOOKUP = {v: k for k, v in DATATABLES_ORDER_COLUMN_CHOICES}
|
||||||
v:k for k, v in DATATABLES_ORDER_COLUMN_CHOICES
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def get_query_class():
|
def get_query_class():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user