Fix mypy in scripts

This commit is contained in:
Matthias
2019-03-23 19:28:06 +01:00
parent 184b13f2fb
commit 83a2427a61
4 changed files with 6 additions and 6 deletions

View File

@@ -84,5 +84,5 @@ The `-p` pair argument, can be used to plot a single pair
Example
```
python3 scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p BTC_LTC
python3 scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p LTC/BTC
```