Skip to content

Commit

Permalink
RM unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Nov 13, 2024
1 parent 38732e8 commit 63d2504
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion linera-chain/src/certificate/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ use serde::{Deserialize, Deserializer, Serialize};
use super::Hashed;
use crate::{
block::{ConfirmedBlock, Timeout, ValidatedBlock},
data_types::{Block, ExecutedBlock, LiteValue, OutgoingMessage},
data_types::{Block, ExecutedBlock, LiteValue},
ChainError,
};
#[cfg(with_testing)]
use crate::data_types::OutgoingMessage;

/// A statement to be certified by the validators.
#[derive(Debug, PartialEq, Eq, Hash, Clone, Deserialize, Serialize)]
Expand Down

0 comments on commit 63d2504

Please sign in to comment.