Skip to content

Commit 172df2b

Browse files
author
Neetu Jain
committed
pep8 happy
1 parent b8515da commit 172df2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SoftLayer/managers/network.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def cancel_subnet(self, subnet_id):
134134
"""
135135
subnet = self.get_subnet(subnet_id, mask='id, billingItem.id')
136136
if "billingItem" not in subnet:
137-
raise exceptions.SoftLayerError('Can not cancel '
138-
'subnet %' % subnet_id)
137+
raise exceptions.SoftLayerError('Can not cancel subnet %' %
138+
subnet_id)
139139
billing_id = subnet['billingItem']['id']
140140
return self.client['Billing_Item'].cancelService(id=billing_id)
141141

0 commit comments

Comments
 (0)