Skip to content

Commit

Permalink
Fixed mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
erika-n authored and jkwan2011 committed Feb 7, 2024
1 parent d90db5d commit a300d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules-engine/tests/test_rules_engine/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_average_indoor_temp(data: Example) -> None:
assert data.summary.average_indoor_temperature == approx(avg_indoor_temp, rel=0.01)


def test_get_outputs_natural_gas(data: Example):
def test_get_outputs_natural_gas(data: Example) -> None:
summary_output, balance_point_graph = engine.get_outputs_natural_gas(
data.summary, data.temperature_data, data.natural_gas_usage
)
Expand Down

0 comments on commit a300d54

Please sign in to comment.