Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jan 15, 2024
1 parent 18f1596 commit f754e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/timelock.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ mod Timelock {
ITimelock, ContractAddress, Call, TimelockConfig, ExecutionState,
TimelockConfigStorePacking, ExecutionStateStorePacking, ExecutionWindow
};
use core::num::traits::zero::{Zero};


#[derive(starknet::Event, Drop)]
struct Queued {
Expand Down
3 changes: 1 addition & 2 deletions src/timelock_test.cairo
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use array::{Array, ArrayTrait, SpanTrait};
use debug::PrintTrait;
use core::array::{Array, ArrayTrait, SpanTrait};
use governance::governance_token_test::{deploy as deploy_token, IGovernanceTokenDispatcher};
use governance::interfaces::erc20::{IERC20Dispatcher, IERC20DispatcherTrait};
use governance::timelock::{
Expand Down

0 comments on commit f754e65

Please sign in to comment.