Skip to content
Snippets Groups Projects
Verified Commit 00883cf3 authored by Loris Moulin's avatar Loris Moulin
Browse files

chore: remove unused imports

parent 57764476
No related merge requests found
......@@ -5,7 +5,7 @@ use crate::{
hrmp_channel::{self, HrmpChannelConfig, HrmpChannelConfigBuilder},
parachain::{self, ParachainConfig, ParachainConfigBuilder},
relaychain::{self, RelaychainConfig, RelaychainConfigBuilder},
shared::{errors::ConfigError, helpers::merge_errors_vecs, macros::states},
shared::{helpers::merge_errors_vecs, macros::states},
};
/// A network configuration, composed of a relaychain, parachains and HRMP channels.
......
......@@ -8,7 +8,7 @@ use crate::shared::{
macros::states,
node::{self, NodeConfig, NodeConfigBuilder},
resources::{Resources, ResourcesBuilder},
types::{Arg, AssetLocation, Chain, ChainDefaultContext, Command, Image, ParaId},
types::{Arg, AssetLocation, Chain, ChainDefaultContext, Command, Image},
};
#[derive(Debug, Clone, PartialEq)]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment