mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-04 21:23:10 +03:00
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:
parent
07bff3e9b8
commit
c328ecace3
|
@ -1,5 +1,3 @@
|
||||||
import sys
|
|
||||||
|
|
||||||
from helper import unittest, PillowTestCase
|
from helper import unittest, PillowTestCase
|
||||||
|
|
||||||
from PIL import _util
|
from PIL import _util
|
||||||
|
|
Loading…
Reference in New Issue
Block a user