Skip to content

Commit 4b3a52e

Browse files
committed
remove unused tmp_path
1 parent 23c8ce6 commit 4b3a52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ def test_mdrenderer_no_finalize(tmp_path):
143143
assert finalized == unfinalized + "\n\n[gl ref]: https://gitlab.com\n"
144144

145145

146-
def test_ascii_whitespace_deprecation(tmp_path):
146+
def test_ascii_whitespace_deprecation():
147147
with pytest.warns(DeprecationWarning):
148148
mdformat.codepoints.ASCII_WHITESPACE

0 commit comments

Comments
 (0)