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__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class CryptoFiat():
|
class CryptoFiat(object):
|
||||||
"""
|
"""
|
||||||
Object to describe what is the price of Crypto-currency in a FIAT
|
Object to describe what is the price of Crypto-currency in a FIAT
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user