Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Sep 29, 2023
1 parent a1131f1 commit 0acc04d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions precompiles/staking/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use crate::{
mock::{
active_era, mock_pub_key, new_test_ext, start_session, Balances, PCall, Precompiles,
PrecompilesValue, Runtime, TestAccount,
},
use crate::mock::{
active_era, mock_pub_key, new_test_ext, start_session, Balances, PCall, Precompiles,
PrecompilesValue, Runtime, TestAccount,
};
use frame_support::traits::Currency;
use pallet_staking::Nominators;
Expand Down

0 comments on commit 0acc04d

Please sign in to comment.