Skip to content

Commit

Permalink
ref: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Dec 12, 2024
1 parent 55ab7fe commit b88d0af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/src/finance/vesting_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use stylus_sdk::{
call::{self, call, Call},
contract, evm, function_selector,
prelude::storage,
storage::{StorageMap, StorageU256, StorageU64, TopLevelStorage},
storage::{StorageMap, StorageU256, StorageU64},
stylus_proc::{public, SolidityError},
};

Expand Down
2 changes: 1 addition & 1 deletion contracts/src/token/erc1155/extensions/uri_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mod tests {
use stylus_sdk::prelude::storage;

use super::Erc1155UriStorage;
use crate::token::erc1155::{extensions::Erc1155MetadataUri, Erc1155};
use crate::token::erc1155::extensions::Erc1155MetadataUri;

fn random_token_id() -> U256 {
let num: u32 = rand::random();
Expand Down
1 change: 0 additions & 1 deletion contracts/src/token/erc20/utils/safe_erc20.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use stylus_sdk::{
evm::gas_left,
function_selector,
prelude::storage,
storage::TopLevelStorage,
stylus_proc::{public, SolidityError},
types::AddressVM,
};
Expand Down

0 comments on commit b88d0af

Please sign in to comment.