avoid compiler warnings
This commit is contained in:
parent
5509b199fb
commit
58c51cf3d9
|
@ -1,7 +1,7 @@
|
|||
use std::collections::{HashSet, HashMap};
|
||||
use std::os::unix::fs::MetadataExt;
|
||||
|
||||
use anyhow::{format_err, Error};
|
||||
use anyhow::{Error};
|
||||
use serde_json::Value;
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use anyhow::{bail, format_err, Error};
|
||||
use anyhow::{bail, Error};
|
||||
use ::serde::{Deserialize, Serialize};
|
||||
|
||||
use proxmox::api::api;
|
||||
|
|
Loading…
Reference in New Issue