Formatting

This commit is contained in:
Montana
2018-08-27 10:59:40 -04:00
parent 4f9e7c3408
commit cfe9b7589e
9 changed files with 18 additions and 13 deletions

View File

@@ -58,5 +58,8 @@ class TaskOrders(object):
# should catch the error here
attachment = Attachment.attach(pdf_file)
return TaskOrders.create(
**task_order_data, number=number, source=Source.MANUAL, pdf=attachment
**task_order_data,
number=number,
source=Source.MANUAL,
pdf=attachment,
)