forked from VoxeLibre/VoxeLibre
Remove obsolete 'import sys' from python script
This commit is contained in:
parent
1ed6aeca5e
commit
e11185638f
|
@ -1,4 +1,4 @@
|
|||
import sys, json, os
|
||||
import json, os
|
||||
from PIL import Image
|
||||
|
||||
colors = {}
|
||||
|
|
Loading…
Reference in New Issue