diff --git a/src/otoole/results/results.py b/src/otoole/results/results.py index b2afbea..a5be439 100644 --- a/src/otoole/results/results.py +++ b/src/otoole/results/results.py @@ -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"""