Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Dec 1, 2024
1 parent 3321e6a commit bd54748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/icp/context-config/tests/integration.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use std::time::{Duration, SystemTime, UNIX_EPOCH};

use calimero_context_config::repr::ReprBytes;
use candid::Principal;
use context_contract::types::{
ContextRequest, ContextRequestKind, ICApplication, ICApplicationId, ICBlobId, ICCapability,
ICContextId, ICContextIdentity, ICPSigned, ICSignerId, Request, RequestKind,
};
use calimero_context_config::repr::ReprBytes;
use ed25519_dalek::{Signer, SigningKey};
use pocket_ic::{PocketIc, WasmResult};
use rand::Rng;
Expand Down

0 comments on commit bd54748

Please sign in to comment.