mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Revert unnecessary formatting
This commit is contained in:
parent
bdeb2f9c6a
commit
fa3d4b58ab
|
@ -601,8 +601,7 @@ def generate_plot_filename(pair: str, timeframe: str) -> str:
|
|||
return file_name
|
||||
|
||||
|
||||
def store_plot_file(fig, filename: str, directory: Path,
|
||||
auto_open: bool = False) -> None:
|
||||
def store_plot_file(fig, filename: str, directory: Path, auto_open: bool = False) -> None:
|
||||
"""
|
||||
Generate a plot html file from pre populated fig plotly object
|
||||
:param fig: Plotly Figure to plot
|
||||
|
|
Loading…
Reference in New Issue
Block a user