Formatting
This commit is contained in:
@@ -29,7 +29,11 @@ class TaskOrders(object):
|
||||
to_data = TaskOrders._client().get_contract(order_number, status="y")
|
||||
if to_data:
|
||||
# TODO: we need to determine exactly what we're getting and storing from the EDA client
|
||||
return TaskOrders.create(number=to_data["contract_no"], source=Source.EDA, funding_type=FundingType.PROC)
|
||||
return TaskOrders.create(
|
||||
number=to_data["contract_no"],
|
||||
source=Source.EDA,
|
||||
funding_type=FundingType.PROC,
|
||||
)
|
||||
|
||||
else:
|
||||
raise NotFoundError("task_order")
|
||||
|
Reference in New Issue
Block a user