src/bin/proxmox-backup-manager.rs: avoid compiler warning
This commit is contained in:
parent
32d192a952
commit
6882b3716c
|
@ -3,7 +3,6 @@ use std::collections::HashMap;
|
|||
|
||||
use failure::*;
|
||||
use serde_json::{json, Value};
|
||||
use chrono::{Local, TimeZone};
|
||||
|
||||
use proxmox::api::{api, cli::*, RpcEnvironment, ApiHandler};
|
||||
|
||||
|
|
Loading…
Reference in New Issue