File tree 4 files changed +0
-4
lines changed
scaleway-async/scaleway_async
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 30
30
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
31
31
"""
32
32
MAINTENANCE_TRANSIENT_STATUSES : List [MaintenanceStatus ] = [
33
- MaintenanceStatus .PENDING ,
34
33
MaintenanceStatus .ONGOING ,
35
34
]
36
35
"""
Original file line number Diff line number Diff line change 40
40
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
41
41
"""
42
42
MAINTENANCE_TRANSIENT_STATUSES : List [MaintenanceStatus ] = [
43
- MaintenanceStatus .PENDING ,
44
43
MaintenanceStatus .ONGOING ,
45
44
]
46
45
"""
Original file line number Diff line number Diff line change 30
30
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
31
31
"""
32
32
MAINTENANCE_TRANSIENT_STATUSES : List [MaintenanceStatus ] = [
33
- MaintenanceStatus .PENDING ,
34
33
MaintenanceStatus .ONGOING ,
35
34
]
36
35
"""
Original file line number Diff line number Diff line change 40
40
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
41
41
"""
42
42
MAINTENANCE_TRANSIENT_STATUSES : List [MaintenanceStatus ] = [
43
- MaintenanceStatus .PENDING ,
44
43
MaintenanceStatus .ONGOING ,
45
44
]
46
45
"""
You can’t perform that action at this time.
0 commit comments