From c76090b907655f5bbafced80d283c62fd7aadb21 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 15 Oct 2024 15:19:03 +0200 Subject: [PATCH] tfa: clean up unused 'use' statements Signed-off-by: Wolfgang Bumiller --- proxmox-tfa/src/api/methods.rs | 4 ---- 1 file changed, 4 deletions(-) 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;