We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c70c2 commit 6905fa4Copy full SHA for 6905fa4
pallets/collective-proxy/src/benchmarking.rs
@@ -16,10 +16,9 @@
16
// You should have received a copy of the GNU General Public License
17
// along with Astar. If not, see <http://www.gnu.org/licenses/>.
18
19
-use super::{Pallet as CollectiveProxy, *};
+use super::*;
20
21
use frame_benchmarking::v2::*;
22
-use sp_std::prelude::*;
23
24
/// Assert that the last event equals the provided one.
25
pub(super) fn assert_last_event<T: Config>(generic_event: <T as Config>::RuntimeEvent) {
0 commit comments