Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
baitcode committed Dec 10, 2024
1 parent 924aef3 commit 88f8db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staker.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub trait IStaker<TContractState> {
#[starknet::contract]
pub mod Staker {
use starknet::storage::MutableVecTrait;
use core::num::traits::zero::{Zero};
use core::num::traits::zero::{Zero};
use governance::interfaces::erc20::{IERC20Dispatcher, IERC20DispatcherTrait};
use starknet::storage::{
Map, StorageMapReadAccess, StorageMapWriteAccess, StoragePathEntry,
Expand All @@ -73,7 +73,7 @@ use core::num::traits::zero::{Zero};

use starknet::{
get_block_timestamp, get_caller_address, get_contract_address,
replace_class_syscall, storage_access::{StorePacking}, ClassHash,
syscalls::{replace_class_syscall}, storage_access::{StorePacking}, ClassHash,
};
use super::{ContractAddress, IStaker};

Expand Down

0 comments on commit 88f8db8

Please sign in to comment.