summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/helper_funcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_terminal/helper_funcs.py')
-rw-r--r--openbb_terminal/helper_funcs.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbb_terminal/helper_funcs.py b/openbb_terminal/helper_funcs.py
index 925c5eed010..faebb941b82 100644
--- a/openbb_terminal/helper_funcs.py
+++ b/openbb_terminal/helper_funcs.py
@@ -42,10 +42,7 @@ from PIL import Image, ImageDraw
from rich.table import Table
from screeninfo import get_monitors
-from openbb_terminal import (
- OpenBBFigure,
- plots_backend,
-)
+from openbb_terminal import OpenBBFigure, plots_backend
from openbb_terminal.core.config.paths import HOME_DIRECTORY
from openbb_terminal.core.plots.plotly_ta.ta_class import PlotlyTA
from openbb_terminal.core.session.current_system import get_current_system