src/bin/proxmox-backup-proxy.rs: remove unused use clause

This commit is contained in:
Dietmar Maurer 2019-12-30 11:50:24 +01:00
parent e3a5651fcd
commit 94f085fab5

View File

@ -11,7 +11,6 @@ use proxmox::api::RpcEnvironmentType;
use proxmox_backup::configdir;
use proxmox_backup::buildcfg;
use proxmox_backup::server;
use proxmox_backup::config;
use proxmox_backup::tools::daemon;
use proxmox_backup::server::{ApiConfig, rest::*};
use proxmox_backup::auth_helpers::*;