Skip to content

Commit e57be4c

Browse files
committed
don't return, update docstring
1 parent cd79ef6 commit e57be4c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

irods/manager/zone_manager.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ def zone_report(self):
6060
return response.get_json_encoded_struct()
6161

6262
def modify(self, zone_name, attribute, value):
63-
"""
64-
Modify a zone attribute.
65-
66-
Returns:
67-
The modified zone.
68-
"""
63+
"""Modify a zone attribute."""
6964
if attribute == "connection":
7065
attribute = "conn" # server expects this string
7166
message_body = GeneralAdminRequest("modify", "zone", zone_name, attribute, value)

0 commit comments

Comments
 (0)