Skip to content

Commit 814a471

Browse files
committed
format: ruff formatting
1 parent 8df6cde commit 814a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/review/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ def review_decision(request, article_id, decision):
17651765
request, article, decision, author_review_url
17661766
)
17671767
setting_name = "review_decision_{0}".format(decision)
1768-
if article.stage == submission_models.STAGE_UNASSIGNED and decision == 'decline':
1768+
if article.stage == submission_models.STAGE_UNASSIGNED and decision == "decline":
17691769
setting_name = "review_decision_desk_reject"
17701770

17711771
form = core_forms.SettingEmailForm(

0 commit comments

Comments
 (0)