Skip to content

Commit

Permalink
Reformat with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 13, 2023
1 parent 12ccd65 commit 02b2007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/submission_registry/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def test_submission_current_status():
id="testsubmission001",
status_history=(
StatusChange(
timestamp=now_as_utc(), new_status=SubmissionStatus.IN_REVIEW # second
timestamp=now_as_utc(),
new_status=SubmissionStatus.IN_REVIEW, # second
),
StatusChange(
timestamp=now_as_utc() + timedelta(days=10), # third
Expand Down

0 comments on commit 02b2007

Please sign in to comment.