tfa: clean up unused 'use' statements

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-10-15 15:19:03 +02:00
parent 11930517ef
commit c76090b907

View File

@ -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;