Skip to content

Commit e7e2676

Browse files
author
Sam McHardy
authored
Merge pull request sammchardy#229 from alexanderkoumis/master
Remove unused LISTENKEY_NOT_EXIST
2 parents 445f6e6 + 35044f6 commit e7e2676

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)