Skip to content

Commit

Permalink
refactor: remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Oct 6, 2023
1 parent d2c538b commit 83c1203
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/access/ownable/dual_ownable.cairo
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts for Cairo v0.7.0 (access/ownable/dual_ownable.cairo)

// use openzeppelin::utils::Felt252TryIntoBool;
use openzeppelin::utils::UnwrapAndCast;
use openzeppelin::utils::selectors;
use openzeppelin::utils::serde::SerializedAppend;
use openzeppelin::utils::try_selector_with_fallback;
use starknet::ContractAddress;
// use starknet::Felt252TryIntoContractAddress;
use starknet::SyscallResultTrait;
use starknet::call_contract_syscall;

Expand Down

0 comments on commit 83c1203

Please sign in to comment.