Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Jul 15, 2024
1 parent b119492 commit 06ff7ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pallets/storage-provider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ pub mod pallet {
traits::{Currency, ReservableCurrency},
};
use frame_system::{ensure_signed, pallet_prelude::*, Config as SystemConfig};
use primitives_proofs::{
Market, RegisteredPoStProof, RegisteredSealProof, SectorDeal, SectorNumber,
};
use primitives_proofs::{Market, RegisteredPoStProof, RegisteredSealProof, SectorNumber};
use scale_info::TypeInfo;

use crate::{
Expand Down

0 comments on commit 06ff7ec

Please sign in to comment.