Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Aug 30, 2024
1 parent a535419 commit af72dcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class Migration(migrations.Migration):
choices=[
("to_do", "To do"),
("in_progress", "In progress"),
("active", "Active"),
("on_hold", "On hold"),
("active", "Active"),
("deprecated", "Deprecated"),
("--", "Undefined"),
],
Expand Down

0 comments on commit af72dcb

Please sign in to comment.