Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Oct 25, 2023
1 parent c973129 commit 03dc035
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub use error::*;
pub use github_ref::*;
pub use metadata_wrapper::OutputFormat;
pub use runtime_info::*;
pub use source::*;
pub use substrate_differ::differs::diff_method::DiffMethod;
pub use subwasm::*;
pub use types::*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ mod compatible;
mod require_tx_version_bump;
mod traits;

pub use compatible::*;
pub use require_tx_version_bump::*;
pub use traits::*;

use super::{calls::PalletId, changed_wapper::ChangedWrapper, reduced_pallet::*};
Expand Down

0 comments on commit 03dc035

Please sign in to comment.