Skip to content

Commit 99e5c21

Browse files
committed
Fixes small style issue
1 parent 0317a56 commit 99e5c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def call(self, service, method, *args, **kwargs):
163163
request.method = method
164164
request.args = args
165165
request.transport_headers = http_headers
166-
request.timeout = self. timeout
166+
request.timeout = self.timeout
167167
request.proxy = self.proxy
168168
request.identifier = kwargs.get('id')
169169
request.mask = kwargs.get('mask')

0 commit comments

Comments
 (0)