Skip to content

Commit

Permalink
Merge pull request #2094 from python-pillow/remove-dupe-import
Browse files Browse the repository at this point in the history
Remove duplicate import
  • Loading branch information
hugovk committed Aug 29, 2016
2 parents 25e61d5 + ad9fddb commit f4b81d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_numpy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import print_function
import sys
from helper import unittest, PillowTestCase, hopper
import sys

from PIL import Image

Expand Down

0 comments on commit f4b81d6

Please sign in to comment.