No need to import sys

This commit is contained in:
Hugo 2018-05-17 23:21:47 +03:00
parent d524664215
commit 33592b4f73

View File

@ -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 sys
from helper import PillowTestCase, hopper, unittest
from PIL import Image, ImageColor, ImageDraw
BLACK = (0, 0, 0)
WHITE = (255, 255, 255)