We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ca394 commit 4a099a2Copy full SHA for 4a099a2
substrate/frame/session/src/migrations/v1.rs
@@ -15,7 +15,7 @@
15
// See the License for the specific language governing permissions and
16
// limitations under the License.
17
18
-use crate::{Config, DisabledValidators as NewDisabledValidators, Pallet, Perbill, Vec};
+use crate::{Config, DisabledValidators as NewDisabledValidators, Pallet, Vec};
19
use frame_support::{
20
pallet_prelude::{Get, ValueQuery, Weight},
21
traits::UncheckedOnRuntimeUpgrade,
0 commit comments