Skip to content

Commit

Permalink
resolve linting
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Nov 6, 2023
1 parent 39fb338 commit 76eb720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::vm_latest::old_vm::{
oracles::OracleWithHistory,
};
use itertools::Itertools;
use std::{cmp::Ordering, collections::HashMap};
use std::collections::HashMap;
use zk_evm_1_4_0::{
abstractions::EventSink,
aux_structures::{LogQuery, Timestamp},
Expand Down

0 comments on commit 76eb720

Please sign in to comment.