Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Sep 26, 2024
1 parent e4e2e8e commit 0ca3c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/integration_tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use crate::utils::principal_to_username;
use candid::Principal;
use pocket_ic::PocketIc;
use types::{CanisterId, Cycles, SignedDelegation, UserId};
use types::{CanisterId, Cycles, UserId};

mod airdrop_bot_tests;
mod batched_summary_and_event_tests;
Expand Down
2 changes: 1 addition & 1 deletion backend/integration_tests/src/pin_number_tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::env::ENV;
use crate::utils::now_nanos;
use crate::{client, env, TestEnv};
use crate::{client, TestEnv};
use ledger_utils::create_pending_transaction;
use std::ops::Deref;
use std::time::Duration;
Expand Down

0 comments on commit 0ca3c2b

Please sign in to comment.