Skip to content

Commit

Permalink
chore: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jul 17, 2024
1 parent 8420b61 commit 81952da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coordinator/src/lifecycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use crate::indexer_config::IndexerConfig;
use crate::indexer_state::{IndexerState, IndexerStateManager};
use crate::redis::{KeyProvider, RedisClient};
use crate::registry::Registry;
use crate::utils::exponential_retry;

const LOOP_THROTTLE_MS: u64 = 1000;

Expand Down

0 comments on commit 81952da

Please sign in to comment.