diff --git a/dashboard.py b/dashboard.py index 83150ee..d6389c1 100644 --- a/dashboard.py +++ b/dashboard.py @@ -10,8 +10,8 @@ from typing import Callable, List, Dict from ohlc import ohlc from plotting import CandlestickChart, figure_with_subplots -from strategies import internal_bar_strength from strategies import end_of_month +from strategies import internal_bar_strength from stylesheets import grid_stylesheet, theme_stylesheet app = Dash(__name__, external_stylesheets = [theme_stylesheet, grid_stylesheet])