Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth committed Mar 24, 2024
1 parent 5b3f9f9 commit ef143a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/e2e/src/setup/services.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use {
super::{colocation::start_legacy_solver, TestAccount},
super::TestAccount,
crate::setup::{
colocation::{self, SolverEngine},
wait_for_condition,
Expand All @@ -8,7 +8,7 @@ use {
},
autopilot::infra::persistence::dto,
clap::Parser,
ethcontract::{H256, U256},
ethcontract::H256,
model::{
app_data::{AppDataDocument, AppDataHash},
order::{Order, OrderCreation, OrderUid},
Expand Down

0 comments on commit ef143a3

Please sign in to comment.