Skip to content

Commit

Permalink
Remove ununsed variables from export_csv_file
Browse files Browse the repository at this point in the history
  • Loading branch information
raphant authored Sep 17, 2021
1 parent 5fc9932 commit 124e97f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions freqtrade/optimize/hyperopt_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,7 @@ def get_result_table(config: dict, results: list, total_epochs: int, highlight_b
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
"""
Expand Down

0 comments on commit 124e97f

Please sign in to comment.