WebHost: optimize imports

This commit is contained in:
Fabian Dill
2022-10-17 01:08:31 +02:00
committed by Fabian Dill
parent acf7fda26a
commit bb46ee7fc1
17 changed files with 61 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
import zipfile
import json
import zipfile
from io import BytesIO
from flask import send_file, Response, render_template