mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
delete unused imports
This commit is contained in:
parent
7fa9dc00fd
commit
19c860bf11
|
@ -14,11 +14,10 @@ import sys
|
|||
import time
|
||||
|
||||
from utils import (
|
||||
call, get_conf, get_install_dir, get_script, get_command_output,
|
||||
render_template, wait_for_mysql, setup_logging
|
||||
call, get_conf, get_install_dir, get_script, get_command_output, wait_for_mysql, setup_logging
|
||||
)
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue