Skip to content

Commit

Permalink
refactor(validator): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Aug 21, 2024
1 parent d1cc13a commit 3b88207
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/serve/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ use futures::future::join_all;
use serde::Serialize;
use sqlx::{PgPool, Row};

use crate::env::ToNetwork;

use super::{env::APP_CONFIG, internal_error, AppState};
use super::{internal_error, AppState};
use super::{relay_redis, ApiResponse};

#[derive(Serialize, Clone)]
Expand Down

0 comments on commit 3b88207

Please sign in to comment.