diff --git a/proxmox-tfa/src/api/methods.rs b/proxmox-tfa/src/api/methods.rs index f0ee2a61..03dd8b4b 100644 --- a/proxmox-tfa/src/api/methods.rs +++ b/proxmox-tfa/src/api/methods.rs @@ -4,10 +4,6 @@ //! PBS, PVE, PMG. use anyhow::{bail, format_err, Error}; -use serde::{Deserialize, Serialize}; - -#[cfg(feature = "api-types")] -use proxmox_schema::api; use super::{OpenUserChallengeData, TfaConfig, TfaInfo, TfaUserData}; use crate::totp::Totp;