Skip to content

Commit

Permalink
Merge pull request #2732 from data-for-change/dev
Browse files Browse the repository at this point in the history
merge dev into master
  • Loading branch information
atalyaalon authored Nov 3, 2024
2 parents be6c381 + 6d334ca commit 5153598
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 5153598

Please sign in to comment.