Skip to content

Commit 1866ffd

Browse files
committed
reformatted bin
1 parent f1be78b commit 1866ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ def list(
906906
else:
907907
print(get_client().user.list().json)
908908

909+
909910
class RoleProxy(object):
910911
def get(
911912
self, role_id, output="yaml",
@@ -1109,6 +1110,5 @@ def __init__(self,):
11091110
self.configure_cli = configure_cli
11101111

11111112

1112-
11131113
if __name__ == "__main__":
11141114
fire.Fire(CLI)

0 commit comments

Comments
 (0)