mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01:00
Fix spacing
This commit is contained in:
parent
57cd2f1471
commit
b326103d82
@ -563,8 +563,8 @@ def get_due_date_from_request_or_ticket(
|
||||
|
||||
def get_and_set_ticket_status(
|
||||
new_status: str,
|
||||
ticket: Ticket,
|
||||
follow_up: FollowUp
|
||||
ticket: Ticket,
|
||||
follow_up: FollowUp
|
||||
) -> typing.Tuple[str, str]:
|
||||
"""Performs comparision on previous status to new status,
|
||||
updating the title as required.
|
||||
|
Loading…
Reference in New Issue
Block a user