Skip to content

Commit

Permalink
refactor(compact-block): 🧹 tidy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Mar 12, 2024
1 parent cc67751 commit c601f21
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions crates/core/component/compact-block/src/component/manager.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
use anyhow::Context;
use anyhow::Result;
use anyhow::{Context, Result};
use async_trait::async_trait;
use cnidarium::StateWrite;
use penumbra_dex::component::StateReadExt;
use penumbra_dex::component::SwapManager as _;
use penumbra_dex::component::{StateReadExt, SwapManager as _};
use penumbra_fee::component::StateReadExt as _;
use penumbra_governance::StateReadExt as _;
use penumbra_proto::DomainType;
use penumbra_sct::component::clock::EpochRead;
use penumbra_sct::component::tree::SctManager as _;
use penumbra_sct::component::tree::SctRead;
use penumbra_sct::component::tree::{SctManager as _, SctRead};
use penumbra_shielded_pool::component::NoteManager as _;
use tracing::instrument;

Expand Down

0 comments on commit c601f21

Please sign in to comment.