mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
quality: unused import
This commit is contained in:
parent
47b9b8b520
commit
a480e937d2
1 changed files with 0 additions and 2 deletions
|
@ -624,8 +624,6 @@ def _prepare_certificate_signing_request(domain, key_file, output_folder):
|
||||||
|
|
||||||
def _get_status(domain):
|
def _get_status(domain):
|
||||||
|
|
||||||
import yunohost.domain
|
|
||||||
|
|
||||||
cert_file = os.path.join(CERT_FOLDER, domain, "crt.pem")
|
cert_file = os.path.join(CERT_FOLDER, domain, "crt.pem")
|
||||||
|
|
||||||
if not os.path.isfile(cert_file):
|
if not os.path.isfile(cert_file):
|
||||||
|
|
Loading…
Add table
Reference in a new issue