Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Nov 1, 2024
1 parent 1d93574 commit 77dc125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/util/cometindex/src/indexer/indexing_state.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{collections::HashMap, pin::Pin, sync::Arc};
use std::{collections::HashMap, sync::Arc};

use futures::{Stream, StreamExt, TryStreamExt};
use futures::TryStreamExt;
use sqlx::{postgres::PgPoolOptions, PgPool, Postgres, Transaction};
use tendermint::abci;

Expand Down

0 comments on commit 77dc125

Please sign in to comment.