From 57242d39722d02fa6f9c562caf6006e8b0db51c2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 9 Aug 2020 21:05:10 +1000 Subject: [PATCH] Lint fix --- Tests/test_imagefontctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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