Skip to content

Commit

Permalink
fix(rdb): set maintenance pending status as non-transient (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Mar 29, 2024
1 parent 596e6b8 commit 3c07a8a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
"""
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
MaintenanceStatus.PENDING,
MaintenanceStatus.ONGOING,
]
"""
Expand Down
1 change: 0 additions & 1 deletion scaleway-async/scaleway_async/rdb/v1/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
"""
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
MaintenanceStatus.PENDING,
MaintenanceStatus.ONGOING,
]
"""
Expand Down
1 change: 0 additions & 1 deletion scaleway/scaleway/document_db/v1beta1/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
"""
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
MaintenanceStatus.PENDING,
MaintenanceStatus.ONGOING,
]
"""
Expand Down
1 change: 0 additions & 1 deletion scaleway/scaleway/rdb/v1/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
"""
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
MaintenanceStatus.PENDING,
MaintenanceStatus.ONGOING,
]
"""
Expand Down

0 comments on commit 3c07a8a

Please sign in to comment.