From 5d6b413681d301470c55d56ccf93366fae4a3b7f Mon Sep 17 00:00:00 2001 From: Jordan Day Date: Mon, 9 Dec 2024 17:02:26 +0000 Subject: [PATCH] changes to pass workflows --- cons_results/imputation/post_imputation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cons_results/imputation/post_imputation.py b/cons_results/imputation/post_imputation.py index e5263ad..67e5f5a 100644 --- a/cons_results/imputation/post_imputation.py +++ b/cons_results/imputation/post_imputation.py @@ -11,7 +11,7 @@ # Can the total be imputed? my guess would be no -def calculate_totals(df: pd.DataFrame, derive_from: list[int]) -> pd.DataFrame: +def calculate_totals(df: pd.DataFrame, derive_from: list) -> pd.DataFrame: """ Returns the sums of a dataframe in which the first level index is in