Skip to content

Commit

Permalink
fix: ignore import type
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNewThinkTank committed Nov 3, 2024
1 parent 46efa04 commit 8d14257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combined_metrics/combined_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 8d14257

Please sign in to comment.