Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhilt committed Oct 2, 2024
1 parent cb30a43 commit 2f2f256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tripa/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ mod tests {
routing::RouterIntoService,
};
use http_body_util::BodyExt; // for `collect`
use message::{SignedTransaction, SigningMessage, DOMAIN};
use mime;
use message::{SignedTransaction, SigningMessage, WireTransaction, DOMAIN};
// use mime;
use serde_json::json;
use tower::Service;
use tower::ServiceExt; // for `call`, `oneshot`, and `ready`
Expand Down

0 comments on commit 2f2f256

Please sign in to comment.