Skip to content

Commit 4c37e74

Browse files
committed
chore: unrelated
1 parent cf7f945 commit 4c37e74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hcloud/servers/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,7 @@ def delete(self, server: Server | BoundServer) -> BoundAction:
837837
:return: :class:`BoundAction <hcloud.actions.client.BoundAction>`
838838
"""
839839
response = self._client.request(
840-
method="DELETE",
841-
url=f"{self._base_url}/{server.id}",
840+
url=f"{self._base_url}/{server.id}", method="DELETE"
842841
)
843842
return BoundAction(self._parent.actions, response["action"])
844843

0 commit comments

Comments
 (0)