From ea87fe242362f290b3698e19ef9dc7ff9224435c Mon Sep 17 00:00:00 2001 From: muharem Date: Mon, 15 Apr 2024 15:13:49 +0200 Subject: [PATCH] remove unused imports --- substrate/frame/support/src/traits/tokens/fungibles/lifetime.rs | 1 - 1 file changed, 1 deletion(-) 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.