Removed unused imports

This commit is contained in:
Andrew Murray 2018-09-27 20:15:37 +10:00
parent 90a9e85db3
commit f8fbac68de
3 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@ from helper import unittest, PillowTestCase
from PIL import GdImageFile
import io
TEST_GD_FILE = "Tests/images/hopper.gd"

View File

@ -1,6 +1,5 @@
import logging
from io import BytesIO
import struct
import sys
from helper import unittest, PillowTestCase, hopper

View File

@ -30,7 +30,6 @@
from . import Image
from ._util import isPath
import io
import os
import sys
import struct