forked from extern/django-helpdesk
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(
|
def get_and_set_ticket_status(
|
||||||
new_status: str,
|
new_status: str,
|
||||||
ticket: Ticket,
|
ticket: Ticket,
|
||||||
follow_up: FollowUp
|
follow_up: FollowUp
|
||||||
) -> typing.Tuple[str, str]:
|
) -> typing.Tuple[str, str]:
|
||||||
"""Performs comparision on previous status to new status,
|
"""Performs comparision on previous status to new status,
|
||||||
updating the title as required.
|
updating the title as required.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user