mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 01:58:28 +02:00
Fix formatting
This commit is contained in:
@ -451,7 +451,9 @@ class TicketForm(AbstractTicketForm):
|
||||
choices=(),
|
||||
)
|
||||
|
||||
def __init__(self, instance=None, queue_choices=None, body_reqd=True, *args, **kwargs):
|
||||
def __init__(
|
||||
self, instance=None, queue_choices=None, body_reqd=True, *args, **kwargs
|
||||
):
|
||||
"""
|
||||
Add any custom fields that are defined to the form.
|
||||
The view will have injected extra kwargs into the form init
|
||||
|
Reference in New Issue
Block a user