Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Jan 29, 2025
1 parent 955eabd commit 995d69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/funding/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use cnidarium_component::Component;
use tendermint::v0_37::abci;
use tracing::instrument;

use crate::{event::EventFundingStreamReward, genesis, FundingParameters};
use crate::{event::EventFundingStreamReward, genesis};

pub struct Funding {}

Expand Down

0 comments on commit 995d69b

Please sign in to comment.