delete unused imports

This commit is contained in:
Gerrit Gogel 2021-01-19 00:50:01 +01:00
parent 7fa9dc00fd
commit 19c860bf11

View file

@ -14,11 +14,10 @@ import sys
import time import time
from utils import ( from utils import (
call, get_conf, get_install_dir, get_script, get_command_output, call, get_conf, get_install_dir, get_script, get_command_output, wait_for_mysql, setup_logging
render_template, wait_for_mysql, setup_logging
) )
from upgrade import check_upgrade from upgrade import check_upgrade
from bootstrap import init_seafile_server, is_https, init_letsencrypt, generate_local_nginx_conf from bootstrap import init_seafile_server
shared_seafiledir = '/shared/seafile' shared_seafiledir = '/shared/seafile'