We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a25ffc commit 3450e52Copy full SHA for 3450e52
binderhub/build.py
@@ -40,9 +40,6 @@ class BuildStatus(Enum):
40
The state the build is now in
41
42
Used when `kind` is `Kind.BUILD_STATUS_CHANGE`
43
-
44
- These enum values are referenced in the front-end to display the build status,
45
- hence the mismatch between the Enum name (backend) and value (frontend).
46
"""
47
48
PENDING = "pending"
0 commit comments