Removed unused argument
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
a18a62cda6
commit
04470d5151
@ -75,7 +75,7 @@ def test_draw(request: pytest.FixtureRequest, tmp_path: Path) -> None:
|
||||
assert_image_equal_tofile(im, "Tests/images/test_draw_pbm_target.png")
|
||||
|
||||
|
||||
def test_to_imagefont(tmp_path: Path) -> None:
|
||||
def test_to_imagefont() -> None:
|
||||
with open(fontname, "rb") as test_file:
|
||||
pcffont = PcfFontFile.PcfFontFile(test_file)
|
||||
imagefont = pcffont.to_imagefont()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user