Skip to content

Commit 6a70992

Browse files
author
Sam McHardy
committed
Fix static method
1 parent 8ca5c5d commit 6a70992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binance/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _request(self, method, uri, signed, force_params=False, **kwargs):
202202
return self._handle_response(response)
203203

204204
@staticmethod
205-
def _handle_response(self, response):
205+
def _handle_response(response):
206206
"""Internal helper for handling API responses from the Binance server.
207207
Raises the appropriate exceptions when necessary; otherwise, returns the
208208
response.

0 commit comments

Comments
 (0)