Skip to content

Commit

Permalink
Remove f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jul 9, 2022
1 parent 07b8b43 commit 025001e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datasets/test_reforestree.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_mock_missing_module(
) -> None:
with pytest.raises(
ImportError,
match=f"pandas is not installed and is required to use this dataset",
match="pandas is not installed and is required to use this dataset",
):
ReforesTree(root=dataset.root)

Expand Down

0 comments on commit 025001e

Please sign in to comment.