We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6c0b4 commit 12700c7Copy full SHA for 12700c7
subvt-types/src/substrate/legacy.rs
@@ -1,7 +1,5 @@
1
//! Types to support the older metadata/runtime versions.
2
-use frame_support::{
3
- dispatch::{DispatchClass, Pays},
4
-};
+use frame_support::dispatch::{DispatchClass, Pays};
5
use parity_scale_codec::Decode;
6
use sp_runtime::{ArithmeticError, DispatchError, ModuleError, Perbill, TokenError};
7
0 commit comments