diff --git a/Tests/test_imagefontctl.py b/Tests/test_imagefontctl.py index e8d69ecc3..f23049b2a 100644 --- a/Tests/test_imagefontctl.py +++ b/Tests/test_imagefontctl.py @@ -1,6 +1,6 @@ import pytest - from packaging.version import parse as parse_version + from PIL import Image, ImageDraw, ImageFont, features from .helper import assert_image_similar, skip_unless_feature