Skip to content

Commit

Permalink
Removed unnecesary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danyoungday committed Oct 8, 2024
1 parent f94c881 commit 96a4d91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions use_cases/eluc/app/components/dms/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def register_update_context_chart_callback(self, app):
Input("lat-dropdown", "value"),
Input("lon-dropdown", "value")
)
# def update_context_chart(chart_type, year, lat, lon):
def update_context_chart(year, lat, lon):
"""
Updates context chart when context selection is updated or chart type is changed.
Expand All @@ -69,7 +68,6 @@ def register_update_presc_chart_callback(self, app):
State("lat-dropdown", "value"),
State("lon-dropdown", "value"),
)
# def update_presc_chart(chart_type, sliders, year, lat, lon):
def update_presc_chart(n_clicks, sliders, year, lat, lon):
"""
Updates prescription chart from sliders according to chart type.
Expand Down

0 comments on commit 96a4d91

Please sign in to comment.