remove unused import

This commit is contained in:
ben_mkiv 2023-08-23 19:24:00 +02:00
parent a9d2f241a5
commit 6a5af79c5c

View File

@ -4,7 +4,7 @@ from threading import Thread
from websockets.server import serve from websockets.server import serve
from utils import generate, get_autoregressive_models, get_voice_list, tts, args from utils import generate, get_autoregressive_models, get_voice_list, args
# this is a not so nice workaround to set values to None if their string value is "None" # this is a not so nice workaround to set values to None if their string value is "None"