Skip to content

Commit 3d51af6

Browse files
committed
refactor: add type hint to BaseBoundModel _client property
1 parent 7d318f2 commit 3d51af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hcloud/core/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def __init__(self, client: Client):
7272
class BaseBoundModel:
7373
"""Base Bound Model"""
7474

75+
_client: BaseResourceClient
76+
7577
model: type[BaseDomain]
7678

7779
def __init__(

0 commit comments

Comments
 (0)