CryptoFiat: inherit from object explicitly

This commit is contained in:
gcarq 2018-03-17 22:18:05 +01:00
parent 2de63133ae
commit 90be78b283

View File

@ -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
"""