Skip to content

Commit de0eb9d

Browse files
committed
fix: fix lint warning
1 parent 6796eb8 commit de0eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/historical_epochs_state/src/historical_epochs_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use acropolis_common::{
1414
BlockInfo, BlockStatus,
1515
};
1616
use anyhow::Result;
17-
use caryatid_sdk::{message_bus::Subscription, module, Context, Module};
17+
use caryatid_sdk::{message_bus::Subscription, module, Context};
1818
use config::Config;
1919
use std::sync::Arc;
2020
use tokio::sync::{mpsc, Mutex};

0 commit comments

Comments
 (0)