Skip to content

Commit 347a2ed

Browse files
committed
use ResourceClientBase
1 parent 246d242 commit 347a2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hcloud/storage_boxes/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import TYPE_CHECKING, Any, NamedTuple
44

55
from ..actions import BoundAction
6-
from ..core import BoundModelBase, ClientEntityBase, Meta
6+
from ..core import BoundModelBase, Meta, ResourceClientBase
77
from ..locations import BoundLocation, Location
88
from ..storage_box_types import BoundStorageBoxType, StorageBoxType
99
from .domain import (
@@ -63,7 +63,7 @@ class StorageBoxesPageResult(NamedTuple):
6363
meta: Meta
6464

6565

66-
class StorageBoxesClient(ClientEntityBase):
66+
class StorageBoxesClient(ResourceClientBase):
6767
"""
6868
A client for the Storage Boxes API.
6969

0 commit comments

Comments
 (0)