Skip to content

Commit

Permalink
mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Sep 23, 2024
1 parent 08ff009 commit b789afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otoole/results/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def calculate_results(
def _expand_required_params(
self,
input_data: dict[str, pd.DataFrame],
param_defaults: dict[str, str | int | float],
param_defaults: dict[str, Any],
) -> dict[str, pd.DataFrame]:
"""Expands required default values for results processing"""

Expand Down

0 comments on commit b789afc

Please sign in to comment.