Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jan 6, 2025
1 parent aba35f4 commit 8f1c9c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ pub mod Governor {
Map, StorageMapReadAccess, StorageMapWriteAccess, StoragePointerReadAccess,
StoragePointerWriteAccess,
};
use starknet::storage_access::{Store, storage_base_address_from_felt252};
use starknet::{
AccountContract, get_block_timestamp, get_caller_address, get_contract_address, get_tx_info,
syscalls::{replace_class_syscall, send_message_to_l1_syscall},
Expand Down

0 comments on commit 8f1c9c4

Please sign in to comment.