style: clippy

This commit is contained in:
0xMochan
2024-05-02 19:00:51 -05:00
parent b036acefd2
commit 2d9ba502ca
3 changed files with 20 additions and 23 deletions

View File

@@ -10,13 +10,11 @@ use substreams::{
},
};
use substreams::{key, scalar::BigInt};
use substreams::key;
use substreams_ethereum::{block_view::LogView, pb::eth};
use substreams_ethereum::pb::eth;
use substreams_ethereum::Event;
use crate::{abi, pool_changes::emit_deltas, pool_factories, pools::emit_specific_pools};
use crate::{pool_changes::emit_deltas, pool_factories, pools::emit_specific_pools};
use tycho_substreams::{
balances::store_balance_changes, contract::extract_contract_changes, prelude::*,
};