Remove obsolete 'import sys' from python script

This commit is contained in:
Elias Fleckenstein 2021-05-01 17:24:07 +02:00
parent 1ed6aeca5e
commit e11185638f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import sys, json, os
import json, os
from PIL import Image
colors = {}