diff --git a/substrate/frame/support/src/traits/tokens/fungibles/lifetime.rs b/substrate/frame/support/src/traits/tokens/fungibles/lifetime.rs index a93caa480831..d5e63e5eb201 100644 --- a/substrate/frame/support/src/traits/tokens/fungibles/lifetime.rs +++ b/substrate/frame/support/src/traits/tokens/fungibles/lifetime.rs @@ -20,7 +20,6 @@ //! See the [`crate::traits::fungibles`] doc for more information about fungibles traits. use super::Inspect; -use crate::traits::tokens::{AssetId, Balance}; use sp_runtime::{DispatchError, DispatchResult}; /// Trait for providing the ability to create new fungible assets.