Skip to content

Commit 35044f6

Browse files
Remove unused LISTENKEY_NOT_EXIST
1 parent 445f6e6 commit 35044f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

binance/exceptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
class BinanceAPIException(Exception):
55

6-
LISTENKEY_NOT_EXIST = '-1125'
7-
86
def __init__(self, response):
97
self.code = 0
108
try:

0 commit comments

Comments
 (0)