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 145b826 commit 49d00f3Copy full SHA for 49d00f3
bin/cli.py
@@ -22,9 +22,7 @@
22
K8sClusterHostConfig,
23
K8sClusterStatus,
24
)
25
-from hpecp.user import (
26
- User
27
-)
+from hpecp.user import User
28
from hpecp import (
29
ContainerPlatformClient,
30
ContainerPlatformClientException,
@@ -825,7 +823,7 @@ def create(
825
823
sys.exit(1)
826
824
827
def list(
828
- self, output = "table", columns = User.default_display_fields,
+ self, output="table", columns=User.default_display_fields,
829
):
830
"""Retrieve the list of Users
831
:param output: how to display the output [text|table|json]
0 commit comments