1- use contract :: base :: events :: Events :: {PoolResolved , ValidatorAdded , ValidatorRemoved , ValidatorResultSubmitted };
1+ use contract :: base :: events :: Events :: {
2+ PoolResolved , ValidatorAdded , ValidatorRemoved , ValidatorResultSubmitted ,
3+ };
24use contract :: base :: types :: Status ;
35use contract :: interfaces :: ipredifi :: {
46 IPredifiDispatcherTrait , IPredifiValidator , IPredifiValidatorDispatcherTrait ,
@@ -10,8 +12,8 @@ use core::traits::{Into, TryInto};
1012use openzeppelin :: access :: accesscontrol :: AccessControlComponent :: InternalTrait as AccessControlInternalTrait ;
1113use openzeppelin :: access :: accesscontrol :: DEFAULT_ADMIN_ROLE ;
1214use snforge_std :: {
13- EventSpyAssertionsTrait , EventSpyTrait , spy_events, start_cheat_block_timestamp, start_cheat_caller_address,
14- stop_cheat_block_timestamp, stop_cheat_caller_address, test_address,
15+ EventSpyAssertionsTrait , EventSpyTrait , spy_events, start_cheat_block_timestamp,
16+ start_cheat_caller_address, stop_cheat_block_timestamp, stop_cheat_caller_address, test_address,
1517};
1618use starknet :: storage :: {MutableVecTrait , StoragePointerReadAccess };
1719use starknet :: {ContractAddress , get_block_timestamp};
0 commit comments