diff --git a/src/combined_metrics/combined_metrics.py b/src/combined_metrics/combined_metrics.py index 46c52bdb..c77c8532 100755 --- a/src/combined_metrics/combined_metrics.py +++ b/src/combined_metrics/combined_metrics.py @@ -23,7 +23,7 @@ from utils.get_workout_duration import get_all_durations # type: ignore from utils.get_volume import get_total_volume # type: ignore from datetime_tools.lookup import get_year_and_month # type: ignore -from model.model import one_rep_max_estimator, get_df #, get_data # type: ignore +from model.model import one_rep_max_estimator, get_df # type: ignore from get_frequency_data import get_frequency_data # type: ignore IMG_PATH = './docs/project_docs/img/'