Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
perf(feed): clean imports in default_weight.rs
  • Loading branch information
clearloop committed Jun 1, 2021
commit 4f397e7775d780cda5479e3ecd1db4a4209b9ad1
6 changes: 1 addition & 5 deletions pallet-chainlink-feed/src/default_weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
#![allow(unused_imports)]

use crate::{Config, Feed, RoundId, SubmitterPaysFee};
use codec::Encode;
use frame_support::{
traits::Get,
weights::{constants::RocksDbWeight as DbWeight, WeighData, Weight},
};
use frame_support::weights::{constants::RocksDbWeight as DbWeight, WeighData, Weight};
use frame_system::{ensure_signed, pallet_prelude::OriginFor};

impl crate::WeightInfo for () {
Expand Down