Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 5, 2024
1 parent 5a89ba0 commit 90ca3f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion contracts/cep85/src/modalities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use casper_types::{
};

use crate::error::Cep85Error;
use core::convert::TryFrom;

#[repr(u8)]
#[derive(PartialEq, Eq)]
Expand Down
3 changes: 1 addition & 2 deletions tests/src/utility/installer_request_builders.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::{collections::HashMap, convert::TryInto};

use super::{
constants::{
ACCOUNT_USER_1, ACCOUNT_USER_2, CEP85_CONTRACT_WASM, CEP85_TEST_CONTRACT_WASM,
Expand Down Expand Up @@ -41,6 +39,7 @@ use cep85_test_contract::constants::{
ENTRY_POINT_CHECK_TOTAL_SUPPLY_OF, ENTRY_POINT_CHECK_TOTAL_SUPPLY_OF_BATCH,
ENTRY_POINT_CHECK_URI, RESULT_KEY,
};
use std::collections::HashMap;

#[derive(Clone)]
pub struct TestContext {
Expand Down

0 comments on commit 90ca3f0

Please sign in to comment.