Skip to content

Commit 1ca76fb

Browse files
committed
remove white space
1 parent 247cbaa commit 1ca76fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Adyen/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ def call_api(self, request_data, service, action, idempotency=False,
241241
errorstring = """Please set your webservice password.
242242
You can do this by running 'Adyen.password = 'Your password'"""
243243
raise AdyenInvalidRequestError(errorstring)
244-
245-
# xapikey at self object has highest priority.
244+
# xapikey at self object has highest priority.
246245
# fallback to root module
247246
# and ensure that it is set.
248247
if self.xapikey:

0 commit comments

Comments
 (0)