mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
CryptoFiat: inherit from object explicitly
This commit is contained in:
parent
2de63133ae
commit
90be78b283
|
@ -10,7 +10,7 @@ from coinmarketcap import Market
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class CryptoFiat():
|
||||
class CryptoFiat(object):
|
||||
"""
|
||||
Object to describe what is the price of Crypto-currency in a FIAT
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user