Skip to content

Commit

Permalink
TMP: update choice
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Feb 7, 2025
1 parent b350cd3 commit 87f1037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/olympia/constants/promoted.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

from django.utils.translation import gettext_lazy as _

from olympia.api.utils import APIChoicesWithNone
from olympia.api.utils import APIChoices
from olympia.constants import applications


PROMOTED_GROUP_CHOICES = APIChoicesWithNone(
PROMOTED_GROUP_CHOICES = APIChoices(
('NOT_PROMOTED', 0, 'Not Promoted'),
('RECOMMENDED', 1, 'Recommended'),
('LINE', 4, 'By Firefox'),
Expand Down

0 comments on commit 87f1037

Please sign in to comment.