Skip to content

Commit 7e08828

Browse files
committed
chore: Remove unused import
1 parent d843216 commit 7e08828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/commands/cli_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from argparse import SUPPRESS, ArgumentTypeError
66

7-
from freqtrade import __version__, constants
7+
from freqtrade import constants
88
from freqtrade.constants import HYPEROPT_LOSS_BUILTIN
99
from freqtrade.enums import CandleType
1010

0 commit comments

Comments
 (0)