Skip to content

Commit

Permalink
merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Jul 25, 2023
1 parent 93559d5 commit 4495658
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/src/types/block/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ use packable::{
Packable, PackableExt,
};

use super::parent::{ShallowLikeParents, WeakParents};
use crate::types::block::{
parent::StrongParents,
parent::{ShallowLikeParents, StrongParents, WeakParents},
payload::{OptionalPayload, Payload},
protocol::ProtocolParameters,
BlockId, Error, PROTOCOL_VERSION,
Expand Down

0 comments on commit 4495658

Please sign in to comment.