Skip to content

Commit e1543d5

Browse files
committed
Added User class import from user module
1 parent 90db05b commit e1543d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
K8sClusterHostConfig,
2323
K8sClusterStatus,
2424
)
25+
from hpecp.user import (
26+
User
27+
)
2528
from hpecp import (
2629
ContainerPlatformClient,
2730
ContainerPlatformClientException,

0 commit comments

Comments
 (0)