Skip to content

Commit ade8c42

Browse files
committed
Removing extra whitespace
1 parent 0a8bb76 commit ade8c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adyen/httpclient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _pycurl_post(self,
104104
# Add User-Agent header to request so that the
105105
# request can be identified as coming from the Adyen Python library.
106106
headers['User-Agent'] = self.user_agent
107-
107+
108108
if username and password:
109109
curl.setopt(curl.USERPWD, '%s:%s' % (username, password))
110110
elif xapikey:
@@ -127,7 +127,7 @@ def _pycurl_post(self,
127127
# Set the request body.
128128
raw_request = json_lib.dumps(json) if json else urlencode(data)
129129
curl.setopt(curl.POSTFIELDS, raw_request)
130-
130+
131131
curl.setopt(curl.TIMEOUT, timeout)
132132
curl.perform()
133133

0 commit comments

Comments
 (0)