Skip to content

Commit

Permalink
Remove stale import
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Jan 16, 2025
1 parent f819d99 commit 2eb60f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/config/src/zksync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ use foundry_zksync_compilers::{

use semver::Version;
use serde::{Deserialize, Serialize};
use std::{
collections::{BTreeMap, HashSet},
path::PathBuf,
};
use std::{collections::HashSet, path::PathBuf};

use crate::{Config, SkipBuildFilters, SolcReq};

Expand Down

0 comments on commit 2eb60f2

Please sign in to comment.