CryptoFiat: inherit from object explicitly
This commit is contained in:
		| @@ -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 | ||||||
|     """ |     """ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user