Browse Source

typo

pull/14/head
QuentinN42 1 year ago
parent
commit
07adfc67c3
Signed by: number42 GPG Key ID: 2CD7D563712B3A50
  1. 3
      main.py

3
main.py

@ -6,8 +6,7 @@ from auto_trading.predictor.normalized import NormalizedPredictor
from auto_trading.predictor.selector import SelectorPredictor
from auto_trading.predictor.random_predictor import RandomPredictor
from auto_trading.main import Bot
import matplotlib.pyplot as plt
import matplotlib.pyplot as plt # type: ignore
if __name__ == '__main__':

Loading…
Cancel
Save