Skip to content

Commit

Permalink
Merge pull request #18677 from ttodua/badresponse-1
Browse files Browse the repository at this point in the history
fix(base) - badResponse
  • Loading branch information
kroitor committed Jul 27, 2023
2 parents cb85d23 + ca1d080 commit a790791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ccxt/async_support/base/exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# -----------------------------------------------------------------------------

from ccxt.base.errors import BaseError, BadSymbol, BadRequest, AuthenticationError, ExchangeError, ExchangeNotAvailable, RequestTimeout, NotSupported, NullResponse, InvalidOrder, InvalidAddress
from ccxt.base.errors import BaseError, BadSymbol, BadRequest, BadResponse, AuthenticationError, ExchangeError, ExchangeNotAvailable, RequestTimeout, NotSupported, NullResponse, InvalidOrder, InvalidAddress
from ccxt.base.decimal_to_precision import TRUNCATE, ROUND, TICK_SIZE, DECIMAL_PLACES, SIGNIFICANT_DIGITS
from ccxt.base.types import OrderType, OrderSide, IndexType, Balance, Trade

Expand Down

0 comments on commit a790791

Please sign in to comment.