Skip to content

Commit 34aafce

Browse files
committed
refactor: use ResourceClientBase
1 parent 22fcd8e commit 34aafce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hcloud/storage_box_types/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import TYPE_CHECKING, Any, NamedTuple
44

5-
from ..core import BoundModelBase, ClientEntityBase, Meta
5+
from ..core import BoundModelBase, Meta, ResourceClientBase
66
from .domain import StorageBoxType
77

88
if TYPE_CHECKING:
@@ -20,7 +20,7 @@ class StorageBoxTypesPageResult(NamedTuple):
2020
meta: Meta
2121

2222

23-
class StorageBoxTypesClient(ClientEntityBase):
23+
class StorageBoxTypesClient(ResourceClientBase):
2424
"""
2525
A client for the Storage Box Types API.
2626

0 commit comments

Comments
 (0)