Skip to content

Commit 1671174

Browse files
committed
resolve comment
1 parent d53c898 commit 1671174

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hcloud/storage_boxes/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,9 +497,7 @@ def update_access_settings(
497497
def rollback_snapshot(
498498
self,
499499
storage_box: StorageBox | BoundStorageBox,
500-
# TODO: Add BoundStorageBoxSnapshot
501-
# TODO: snapshot or storage_box_snapshot argument name?
502-
snapshot: StorageBoxSnapshot,
500+
snapshot: StorageBoxSnapshot, # TODO: Add BoundStorageBoxSnapshot
503501
) -> BoundAction:
504502
"""
505503
Rollback the Storage Box to the given snapshot.

0 commit comments

Comments
 (0)