mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 03:25:53 +03:00
remove extra import
This commit is contained in:
parent
f5931e8231
commit
e5d07eff05
|
@ -1,10 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import helper
|
||||
|
||||
from PIL import Image
|
||||
|
||||
|
||||
im = Image.new('L', (999999, 999999), 0)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user