Fix lint error

Removed missing import in test_util.py. Stopped needing it after I
started reusing the py36 test from the _util module.
This commit is contained in:
Will Badart 2019-01-28 20:08:25 -05:00
parent 07bff3e9b8
commit c328ecace3
No known key found for this signature in database
GPG Key ID: 75CC5647CFEAA75E

View File

@ -1,5 +1,3 @@
import sys
from helper import unittest, PillowTestCase
from PIL import _util