Skip to content

Commit

Permalink
missing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jul 3, 2024
1 parent e16d59e commit 1d598e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/servers/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def rebuild(
image: Image | BoundImage,
# pylint: disable=unused-argument
**kwargs: Any,
) -> RebuildResponse | BoundAction:
) -> RebuildResponse:
"""Rebuilds a server overwriting its disk with the content of an image, thereby destroying all data on the target server.
:param image: Image to use for the rebuilt server
Expand Down

0 comments on commit 1d598e2

Please sign in to comment.