Skip to content

Commit a24dcfc

Browse files
author
caberos
committed
fix tox tool
1 parent 520d4f6 commit a24dcfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SoftLayer/managers/network.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,4 +689,5 @@ def get_nas_credentials(self, identifier, **kwargs):
689689
def set_subnet_ipddress_note(self, identifier, note):
690690
"""Set the ip address note of the subnet"""
691691
result = self.client.call('SoftLayer_Network_Subnet_IpAddress', 'editObject', note, id=identifier)
692-
return result
692+
return result
693+

0 commit comments

Comments
 (0)