refactor: remove unused imports

This commit is contained in:
Ninjdai 2025-08-04 19:58:06 +02:00
parent 08c6cfeb1f
commit 595d28b69b
2 changed files with 4 additions and 10 deletions

View file

@ -1,7 +1,7 @@
use std::{fmt::Display, sync::Arc};
use argon2::{password_hash::{SaltString}, Argon2, PasswordHasher};
use inquire::{min_length, prompt_text, Confirm, Password, Select, Text};
use inquire::{min_length, Confirm, Password, Select, Text};
use password_hash::rand_core::OsRng;
use sea_orm::{ActiveModelTrait, ActiveValue::{NotSet, Set}, ColumnTrait, DatabaseConnection, EntityTrait, ModelTrait, QueryFilter};