Skip to content

Commit

Permalink
chore: fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Oct 28, 2024
1 parent 04b1045 commit d1834bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/src/elections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use std::{
sync::Arc,
};
use tracing::{error, info, warn};
use utilities::{future_map::FutureMap, task_scope::Scope, UnendingStream};
use voter_api::CompositeVoterApi;

const MAXIMUM_CONCURRENT_FILTER_REQUESTS: usize = 16;
Expand Down

0 comments on commit d1834bd

Please sign in to comment.