mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
No need to import sys
This commit is contained in:
parent
d524664215
commit
33592b4f73
|
@ -1,11 +1,7 @@
|
||||||
from helper import unittest, PillowTestCase, hopper
|
|
||||||
|
|
||||||
from PIL import Image
|
|
||||||
from PIL import ImageColor
|
|
||||||
from PIL import ImageDraw
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
import sys
|
from helper import PillowTestCase, hopper, unittest
|
||||||
|
from PIL import Image, ImageColor, ImageDraw
|
||||||
|
|
||||||
BLACK = (0, 0, 0)
|
BLACK = (0, 0, 0)
|
||||||
WHITE = (255, 255, 255)
|
WHITE = (255, 255, 255)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user