mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-19 17:18:23 +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 = {
|
||||
v:k for k, v in DATATABLES_ORDER_COLUMN_CHOICES
|
||||
}
|
||||
DATATABLES_COLUMN_NUM_LOOKUP = {v: k for k, v in DATATABLES_ORDER_COLUMN_CHOICES}
|
||||
|
||||
|
||||
def get_query_class():
|
||||
|
Loading…
x
Reference in New Issue
Block a user