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 d53c898 commit 1671174Copy full SHA for 1671174
hcloud/storage_boxes/client.py
@@ -497,9 +497,7 @@ def update_access_settings(
497
def rollback_snapshot(
498
self,
499
storage_box: StorageBox | BoundStorageBox,
500
- # TODO: Add BoundStorageBoxSnapshot
501
- # TODO: snapshot or storage_box_snapshot argument name?
502
- snapshot: StorageBoxSnapshot,
+ snapshot: StorageBoxSnapshot, # TODO: Add BoundStorageBoxSnapshot
503
) -> BoundAction:
504
"""
505
Rollback the Storage Box to the given snapshot.
0 commit comments