Skip to content

Commit

Permalink
Format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Apr 11, 2024
1 parent 55c104e commit 52f2dcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/idaes_dmf/tests/test_codesearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ def test_from_pkg_withexpr():
_visit(walker)


@pytest.mark.xfail(strict=True, reason="Fails assertion in _visit() after moving to own repo")
@pytest.mark.xfail(
strict=True, reason="Fails assertion in _visit() after moving to own repo"
)
@pytest.mark.component
def test_from_pkg_noexpr():
walker = codesearch.ModuleClassWalker(from_pkg=idaes, **walker_args_noex)
Expand Down

0 comments on commit 52f2dcf

Please sign in to comment.