Skip to content

Commit f976d80

Browse files
committed
fix: do not force kwargs for reset_password
1 parent bf343af commit f976d80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hcloud/storage_boxes/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def change_type(
191191

192192
def reset_password(
193193
self,
194-
*,
195194
password: str,
196195
) -> BoundAction:
197196
"""
@@ -1000,7 +999,6 @@ def change_type(
1000999
def reset_password(
10011000
self,
10021001
storage_box: StorageBox | BoundStorageBox,
1003-
*,
10041002
password: str,
10051003
) -> BoundAction:
10061004
"""

0 commit comments

Comments
 (0)