Fix formatting

This commit is contained in:
Christopher Broderick
2025-04-08 22:59:02 +01:00
parent c5e79cd254
commit 2ab22ca3cc
2 changed files with 30 additions and 20 deletions

View File

@ -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