Remove duplicate import

This commit is contained in:
Hugo 2016-08-29 12:57:12 +03:00 committed by GitHub
parent 25e61d508b
commit ad9fddbcbc

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