artificialguybr commited on
Commit
7092d06
1 Parent(s): 06819c2

Update image_processing.py

Browse files
Files changed (1) hide show
  1. image_processing.py +1 -1
image_processing.py CHANGED
@@ -1,4 +1,4 @@
1
- from PIL import Image, ImageDither, ImageQuantize
2
 
3
  DITHER_METHODS = {
4
  "None": ImageDither.NONE,
 
1
+ from PIL import Image
2
 
3
  DITHER_METHODS = {
4
  "None": ImageDither.NONE,