Remove wrong import in legacy startup sript

This commit is contained in:
Matthias 2019-07-15 06:27:43 +02:00
parent f0206a90b1
commit bbab5fef0c

View File

@ -3,9 +3,7 @@
import sys import sys
import warnings import warnings
from freqtrade.main import main, set_loggers from freqtrade.main import main
set_loggers()
warnings.warn( warnings.warn(
"Deprecated - To continue to run the bot like this, please run `pip install -e .` again.", "Deprecated - To continue to run the bot like this, please run `pip install -e .` again.",