mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove ununsed variables from export_csv_file
This commit is contained in:
parent
5fc993231a
commit
124e97f3b9
|
@ -435,8 +435,7 @@ class HyperoptTools():
|
|||
return table
|
||||
|
||||
@staticmethod
|
||||
def export_csv_file(config: dict, results: list, total_epochs: int, highlight_best: bool,
|
||||
csv_file: str) -> None:
|
||||
def export_csv_file(config: dict, results: list, csv_file: str) -> None:
|
||||
"""
|
||||
Log result to csv-file
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user