diff --git a/Tests/test_imagefont_bitmap.py b/Tests/test_imagefont_bitmap.py index c91908983..d567b73f0 100644 --- a/Tests/test_imagefont_bitmap.py +++ b/Tests/test_imagefont_bitmap.py @@ -1,6 +1,4 @@ from helper import unittest, PillowTestCase -import StringIO - from PIL import Image, ImageFont, ImageDraw class TestImageFontBitmap(PillowTestCase):