Skip to content

Commit

Permalink
ref: remove unused 'report' import from benches/main
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Nov 28, 2024
1 parent b6dbd4e commit ae8aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use benches::{
access_control, erc1155, erc20, erc721, merkle_proofs, ownable, report,
access_control, erc1155, erc20, erc721, merkle_proofs, ownable,
report::BenchmarkReport,
};
use futures::FutureExt;
Expand Down

0 comments on commit ae8aa81

Please sign in to comment.