Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove use statemetn
  • Loading branch information
drahnr committed Jun 20, 2022
commit 7f50156756fe5ec2eb1303b3645c717c3898661c
1 change: 0 additions & 1 deletion node/subsystem-util/src/rolling_session_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ use polkadot_node_subsystem::{
messages::{RuntimeApiMessage, RuntimeApiRequest},
overseer,
};
use thiserror::Error;

/// Sessions unavailable in state to cache.
#[derive(Debug, Clone, thiserror::Error)]
Expand Down