- remove: unused imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use sqlx::PgPool;
|
||||
use std::sync::Arc;
|
||||
use crate::redis_cache::RedisCache;
|
||||
use crate::users::UsersService;
|
||||
use sqlx::PgPool;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct Database {
|
||||
pub users_service: UsersService, // User-specific functionality
|
||||
|
||||
Reference in New Issue
Block a user