Skip to content

Commit 49d00f3

Browse files
committed
fix formatting
1 parent 145b826 commit 49d00f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bin/cli.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
K8sClusterHostConfig,
2323
K8sClusterStatus,
2424
)
25-
from hpecp.user import (
26-
User
27-
)
25+
from hpecp.user import User
2826
from hpecp import (
2927
ContainerPlatformClient,
3028
ContainerPlatformClientException,
@@ -825,7 +823,7 @@ def create(
825823
sys.exit(1)
826824

827825
def list(
828-
self, output = "table", columns = User.default_display_fields,
826+
self, output="table", columns=User.default_display_fields,
829827
):
830828
"""Retrieve the list of Users
831829
:param output: how to display the output [text|table|json]

0 commit comments

Comments
 (0)