Skip to content

Commit

Permalink
Merge pull request #2731 from data-for-change/2728-add-is-included-to…
Browse files Browse the repository at this point in the history
…_prod

modify DayNight to be LabeledCode
  • Loading branch information
atalyaalon authored Nov 3, 2024
2 parents 70051ab + 3c08b87 commit 6d334ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/backend_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def labels(cls):
}


class DayNight(Enum):
class DayNight(LabeledCode):
DAY = 1
NIGHT = 5

Expand Down

0 comments on commit 6d334ca

Please sign in to comment.