Skip to content

Commit 6905fa4

Browse files
committed
clippy
1 parent e1c70c2 commit 6905fa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pallets/collective-proxy/src/benchmarking.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
// You should have received a copy of the GNU General Public License
1717
// along with Astar. If not, see <http://www.gnu.org/licenses/>.
1818

19-
use super::{Pallet as CollectiveProxy, *};
19+
use super::*;
2020

2121
use frame_benchmarking::v2::*;
22-
use sp_std::prelude::*;
2322

2423
/// Assert that the last event equals the provided one.
2524
pub(super) fn assert_last_event<T: Config>(generic_event: <T as Config>::RuntimeEvent) {

0 commit comments

Comments
 (0)