Skip to content

Commit 91297a3

Browse files
J JayasilanJ Jayasilan
authored andcommitted
whitespace removed for SoftLayer/managers/ipsec.py file
1 parent e63f337 commit 91297a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SoftLayer/managers/ipsec.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def get_tunnel_context(self, context_id, **kwargs):
121121
if len(contexts) == 0:
122122
raise SoftLayerAPIError('SoftLayer_Exception_ObjectNotFound',
123123
f'Unable to find object with id of \'{context_id}\'')
124-
125124
return contexts[0]
126125

127126
def get_translation(self, context_id, translation_id):
@@ -138,7 +137,6 @@ def get_translation(self, context_id, translation_id):
138137
if translation is None:
139138
raise SoftLayerAPIError('SoftLayer_Exception_ObjectNotFound',
140139
f'Unable to find object with id of \'{translation_id}\'')
141-
142140
return translation
143141

144142
def get_translations(self, context_id):

0 commit comments

Comments
 (0)