Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoran Zhang committed Dec 22, 2023
1 parent 5dc60ec commit 81da7e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def test_lazy_flow_costing():

with pytest.raises(
RuntimeError,
match="Component baz_cost already exists on fs.costing but is not 42\*USD_2020/m\*\*2."):
match="Component baz_cost already exists on fs.costing but is not 42\*USD_2020/m\*\*2.",
):
m.fs.costing.register_flow_type("baz", 42 * pyunits.USD_2020 / pyunits.m**2)


Expand Down

0 comments on commit 81da7e4

Please sign in to comment.