Skip to content

Commit

Permalink
changes to pass workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Dec 9, 2024
1 parent d9f470d commit 5d6b413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cons_results/imputation/post_imputation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d6b413

Please sign in to comment.