remove extra import

This commit is contained in:
wiredfool 2014-07-05 15:23:38 -07:00
parent f5931e8231
commit e5d07eff05

View File

@ -1,10 +1,7 @@
#!/usr/bin/env python
import helper
from PIL import Image
im = Image.new('L', (999999, 999999), 0)