Skip to content

Commit f1be78b

Browse files
committed
reformatted role.py
1 parent f4e5ac6 commit f1be78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpecp/role.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class RoleController:
5656
client.role.get()
5757
5858
"""
59+
5960
def __init__(self, client):
6061
self.client = client
6162

@@ -155,4 +156,3 @@ def name(self):
155156
def description(self):
156157
"""@Field: from json['label']['description']"""
157158
return self.json["label"]["description"]
158-

0 commit comments

Comments
 (0)