Skip to content

Commit

Permalink
Merge branch 'feat/migrate-ownable-to-components' into feat/migrate-a…
Browse files Browse the repository at this point in the history
…ccess-control-to-component
  • Loading branch information
ericnordelo committed Oct 6, 2023
2 parents fb330b1 + 83c1203 commit e4d332e
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 e4d332e

Please sign in to comment.