Skip to content

Commit 4a099a2

Browse files
committed
import clean
1 parent d7ca394 commit 4a099a2

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/session/src/migrations

1 file changed

+1
-1
lines changed

substrate/frame/session/src/migrations/v1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// See the License for the specific language governing permissions and
1616
// limitations under the License.
1717

18-
use crate::{Config, DisabledValidators as NewDisabledValidators, Pallet, Perbill, Vec};
18+
use crate::{Config, DisabledValidators as NewDisabledValidators, Pallet, Vec};
1919
use frame_support::{
2020
pallet_prelude::{Get, ValueQuery, Weight},
2121
traits::UncheckedOnRuntimeUpgrade,

0 commit comments

Comments
 (0)