Code cleanup.

This commit is contained in:
lwark
2025-04-11 14:35:00 -05:00
parent ae6717bc77
commit 58f5d361b3
20 changed files with 53 additions and 689 deletions

View File

@@ -21,7 +21,6 @@ class IridaFigure(CustomFigure):
self.df = df
self.construct_chart(df=df, modes=modes, start_date=settings['start_date'], end_date=settings['end_date'])
def construct_chart(self, df: pd.DataFrame, modes: list, start_date: date, end_date:date):
"""
Creates a plotly chart for controls from a pandas dataframe