Skip to content

Commit 5cac5ad

Browse files
committed
Add Unix socket Core API feature flag
1 parent a0d868e commit 5cac5ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiohasupervisor/models/supervisor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class FeatureFlag(StrEnum):
2828
"""
2929

3030
SUPERVISOR_V2_API = "supervisor_v2_api"
31+
UNIX_SOCKET_CORE_API = "unix_socket_core_api"
3132

3233

3334
# --- OBJECTS ----

0 commit comments

Comments
 (0)