Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Jan 31, 2025
1 parent 6f5731e commit c53eb8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions types/src/v0/impls/l1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ use futures::{
stream::{self, StreamExt},
};
use hotshot_types::traits::metrics::{CounterFamily, Metrics};
use itertools::Itertools;
use lru::LruCache;
use reqwest::StatusCode;
use serde::{de::DeserializeOwned, Serialize};
use std::time::Duration;
use tokio::{
spawn,
sync::{Mutex, MutexGuard},
task::{JoinHandle, JoinSet},
task::JoinSet,
time::sleep,
};
use tracing::Instrument;
Expand Down
4 changes: 2 additions & 2 deletions types/src/v0/v0_1/l1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{parse_duration, v0_3::StakeTables, EpochCommittees};
use crate::{parse_duration, v0_3::StakeTables};
use async_broadcast::{InactiveReceiver, Sender};
use clap::Parser;
use derive_more::Deref;
Expand All @@ -16,7 +16,7 @@ use std::{
};
use tokio::{
sync::{Mutex, RwLock},
task::{JoinHandle, JoinSet},
task::JoinSet,
};
use url::Url;

Expand Down

0 comments on commit c53eb8e

Please sign in to comment.