Don't inherit from object

This commit is contained in:
hroff-1902
2019-09-12 04:39:52 +03:00
parent f987e6e0f9
commit 849d694c27
12 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ from freqtrade.wallets import Wallets
logger = logging.getLogger(__name__)
class FreqtradeBot(object):
class FreqtradeBot:
"""
Freqtrade is the main class of the bot.
This is from here the bot start its logic.