From 8d14257a442f82cd7422fbaa235350731b3cb201 Mon Sep 17 00:00:00 2001 From: Gustav Rasmussen Date: Sun, 3 Nov 2024 13:09:56 +0100 Subject: [PATCH] fix: ignore import type --- src/combined_metrics/combined_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'