Skip to content

Commit 5e7d9c3

Browse files
committed
remove unused code
1 parent 2421b54 commit 5e7d9c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Adyen/httpclient.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def _requests_post(self, url,
145145
xapikey="",
146146
headers=None,
147147
timeout=30):
148-
self.pr = """pr"""
149148
"""This function will POST to the url endpoint using requests.
150149
Returning an AdyenResult object on 200 HTTP response.
151150
Either json or data has to be %sovided.
@@ -169,7 +168,7 @@ def _requests_post(self, url,
169168
str: Raw request placed
170169
int: HTTP status code, eg 200,404,401
171170
dict: Key/Value pairs of the headers received.
172-
""" % self.pr
171+
"""
173172
if headers is None:
174173
headers = {}
175174

0 commit comments

Comments
 (0)