Skip to content

Commit b97f806

Browse files
committed
style: fix linting again
1 parent d8062a9 commit b97f806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intranet/apps/polls/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class Meta:
1919
help_texts = {
2020
"is_secret": "This will prevent Ion administrators from viewing individual users' votes.",
2121
"is_election": "Enable election formatting and results features.",
22-
"is_randomized": "Enable randomizing the order of choices."
22+
"is_randomized": "Enable randomizing the order of choices.",
2323
}

0 commit comments

Comments
 (0)