Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymar committed Aug 27, 2024
1 parent f252068 commit 1b67784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ref-tests/tests/ic-ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ mod extras {
use ic_agent::{
agent::{RejectCode, RejectResponse},
export::Principal,
AgentError, Identity,
AgentError,
};
use ic_utils::{
call::AsyncCall,
Expand All @@ -1017,7 +1017,7 @@ mod extras {
ManagementCanister,
},
};
use ref_tests::{create_basic_identity, get_effective_canister_id, with_agent};
use ref_tests::{get_effective_canister_id, with_agent};

#[ignore]
#[test]
Expand Down

0 comments on commit 1b67784

Please sign in to comment.