Revert unnecessary formatting

This commit is contained in:
Matthias 2022-09-18 08:30:59 +02:00
parent bdeb2f9c6a
commit fa3d4b58ab
1 changed files with 1 additions and 2 deletions

View File

@ -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