fix(clippy): remove unused PasswordHash import
This commit is contained in:
@@ -13,9 +13,7 @@ use crate::{
|
|||||||
user::{UpdateProfileInput, User},
|
user::{UpdateProfileInput, User},
|
||||||
},
|
},
|
||||||
ports::*,
|
ports::*,
|
||||||
value_objects::{
|
value_objects::{ApiKeyId, Content, Email, NotificationId, ThoughtId, UserId, Username},
|
||||||
ApiKeyId, Content, Email, NotificationId, PasswordHash, ThoughtId, UserId, Username,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
use async_trait::async_trait;
|
use async_trait::async_trait;
|
||||||
use chrono::Utc;
|
use chrono::Utc;
|
||||||
|
|||||||
Reference in New Issue
Block a user