Skip to content

Commit

Permalink
chore(lints): fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
lsampras committed Nov 29, 2023
1 parent 51f669c commit 056cc54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/router/tests/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

mod utils;

use db::kafka::KafkaProducer;
use router::{
configs,
core::{payment_methods::Oss, payments},
Expand Down
1 change: 0 additions & 1 deletion crates/router/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use actix_web::{
dev::{Service, ServiceResponse},
test::{call_and_read_body_json, TestRequest},
};
use db::kafka::KafkaProducer;
use derive_deref::Deref;
use router::{configs::settings::Settings, routes::AppState, services};
use serde::{de::DeserializeOwned, Deserialize};
Expand Down

0 comments on commit 056cc54

Please sign in to comment.