avoid compiler warnings

This commit is contained in:
Dietmar Maurer
2020-06-16 09:46:06 +02:00
parent 5509b199fb
commit 58c51cf3d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use anyhow::{bail, format_err, Error};
use anyhow::{bail, Error};
use ::serde::{Deserialize, Serialize};
use proxmox::api::api;