Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Aug 19, 2024
1 parent 522e47b commit 47c4188
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/src3_mint_burn/tests/single_asset.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
use fuels::{
accounts::ViewOnlyAccount,
prelude::{
abigen, launch_custom_provider_and_get_wallets, AssetConfig, Contract, ContractId,
LoadConfiguration, TxPolicies, WalletUnlocked, WalletsConfig,
},
programs::contract::CallParameters,
tx::ContractIdExt,
types::{
transaction_builders::VariableOutputPolicy, Address, AssetId, Bits256, Bytes32, Identity,
},
types::AssetId,
};

abigen!(Contract(
Expand Down

0 comments on commit 47c4188

Please sign in to comment.