Skip to content

Commit 8da0dc9

Browse files
committed
alphabetical order
1 parent 20186c9 commit 8da0dc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aiohasupervisor/models/addons.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ class AddonState(StrEnum):
102102
class AddonStartup(StrEnum):
103103
"""AddonStartup type."""
104104

105-
INITIALIZE = "initialize"
106-
SYSTEM = "system"
107-
SERVICES = "services"
108105
APPLICATION = "application"
106+
INITIALIZE = "initialize"
109107
ONCE = "once"
108+
SERVICES = "services"
109+
SYSTEM = "system"
110110

111111

112112
# --- OBJECTS ----

0 commit comments

Comments
 (0)