Skip to content

Commit

Permalink
del
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 6, 2022
1 parent 84438b7 commit d8bba15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/test_imagefont.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_6324(self):
import shutil
shutil.copy("Tests/fonts/FreeMono.ttf", "out.ttf")
font = ImageFont.truetype("out.ttf")
del font
os.remove("out.ttf")

def test_font_properties(self):
Expand Down

0 comments on commit d8bba15

Please sign in to comment.