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 246d242 commit 347a2edCopy full SHA for 347a2ed
hcloud/storage_boxes/client.py
@@ -3,7 +3,7 @@
3
from typing import TYPE_CHECKING, Any, NamedTuple
4
5
from ..actions import BoundAction
6
-from ..core import BoundModelBase, ClientEntityBase, Meta
+from ..core import BoundModelBase, Meta, ResourceClientBase
7
from ..locations import BoundLocation, Location
8
from ..storage_box_types import BoundStorageBoxType, StorageBoxType
9
from .domain import (
@@ -63,7 +63,7 @@ class StorageBoxesPageResult(NamedTuple):
63
meta: Meta
64
65
66
-class StorageBoxesClient(ClientEntityBase):
+class StorageBoxesClient(ResourceClientBase):
67
"""
68
A client for the Storage Boxes API.
69
0 commit comments