diff --git a/Tests/test_imagefile.py b/Tests/test_imagefile.py index c988e90c1be..d228f73883c 100644 --- a/Tests/test_imagefile.py +++ b/Tests/test_imagefile.py @@ -2,7 +2,7 @@ import pytest -from PIL import BmpImagePlugin, EpsImagePlugin, Image, ImageFile, features, _binary +from PIL import BmpImagePlugin, EpsImagePlugin, Image, ImageFile, _binary, features from .helper import ( assert_image,