We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7480dff commit 177747bCopy full SHA for 177747b
pallets/subtensor/src/tests/registration.rs
@@ -1,7 +1,10 @@
1
#![allow(clippy::unwrap_used)]
2
3
+use crate::DispatchClass;
4
+use crate::Pays;
5
use approx::assert_abs_diff_eq;
6
use frame_support::dispatch::DispatchInfo;
7
+use frame_support::dispatch::GetDispatchInfo;
8
use frame_support::sp_runtime::{DispatchError, transaction_validity::TransactionSource};
9
use frame_support::traits::Currency;
10
use frame_support::{assert_err, assert_noop, assert_ok};
0 commit comments