Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Sep 23, 2024
1 parent 9902bcd commit 47e38a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def serialize_job(
reward_amount=str(manifest.job_bounty) if manifest else None,
reward_token=(
service_api.DEFAULT_TOKEN
), # TODO: this field requires a value to be kept by response_model_exclude_unset=True
), # TODO: this field requires a value to be kept by response_model_exclude_unset=True
created_at=project.created_at,
updated_at=updated_at,
qualifications=manifest.qualifications,
Expand Down Expand Up @@ -144,7 +144,7 @@ def serialize_assignment(
reward_amount=str(manifest.job_bounty) if manifest else None,
reward_token=(
service_api.DEFAULT_TOKEN
), # TODO: this field requires a value to be kept by response_model_exclude_unset=True
), # TODO: this field requires a value to be kept by response_model_exclude_unset=True
url=compose_assignment_url(
task_id=assignment.job.cvat_task_id,
job_id=assignment.cvat_job_id,
Expand Down

0 comments on commit 47e38a7

Please sign in to comment.