Skip to content

Commit

Permalink
Update urbanopt_des/modelica_results.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Moore <nathan.moore@nrel.gov>
  • Loading branch information
nllong and vtnate authored Jan 9, 2025
1 parent 874ba54 commit a503d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbanopt_des/modelica_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .emissions import HourlyEmissionsData
from .results_base import ResultsBase

VariablesDict = dict[str, Union[bool, str, int, str]]
VariablesDict = dict[str, bool | str | int]]


class ModelicaResults(ResultsBase):
Expand Down

0 comments on commit a503d35

Please sign in to comment.