Skip to content

Commit 7f12f3a

Browse files
committed
refactor: rename btanalysis file to be clearer
1 parent 6afcc80 commit 7f12f3a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

freqtrade/data/btanalysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa: F401
2-
from .btanalysis import (
2+
from .bt_fileutils import (
33
BT_DATA_COLUMNS,
44
delete_backtest_result,
55
extract_trades_of_period,

0 commit comments

Comments
 (0)