Skip to content

Commit

Permalink
alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Nov 15, 2024
1 parent 20186c9 commit 8da0dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aiohasupervisor/models/addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ class AddonState(StrEnum):
class AddonStartup(StrEnum):
"""AddonStartup type."""

INITIALIZE = "initialize"
SYSTEM = "system"
SERVICES = "services"
APPLICATION = "application"
INITIALIZE = "initialize"
ONCE = "once"
SERVICES = "services"
SYSTEM = "system"


# --- OBJECTS ----
Expand Down

0 comments on commit 8da0dc9

Please sign in to comment.