chore: clean code

This commit is contained in:
2022-02-05 00:25:48 +08:00
parent 8c8173de79
commit 0a51e5de08
2 changed files with 3 additions and 8 deletions

View File

@@ -21,9 +21,7 @@ use std::time::{Duration, SystemTime};
use std::str::FromStr;
use tide::Request;
use clap::{App, Arg};
use async_std::task;
use async_std::channel;
use async_std::channel::Sender;
use async_std::{task, channel, channel::Sender};
use rust_util::util_cmd::run_command_and_wait;
use crate::config::{AcmeMode, AcmeChallenge, CertConfig, CERT_NAME, KEY_NAME};
use crate::x509::{X509PublicKeyAlgo};