Merge pull request #2094 from python-pillow/remove-dupe-import

Remove duplicate import
This commit is contained in:
Hugo 2016-08-29 14:06:08 +03:00 committed by GitHub
commit f4b81d6b7e

View File

@ -1,7 +1,6 @@
from __future__ import print_function from __future__ import print_function
import sys import sys
from helper import unittest, PillowTestCase, hopper from helper import unittest, PillowTestCase, hopper
import sys
from PIL import Image from PIL import Image