Fix a test

This commit is contained in:
Jason Davis 2022-04-13 16:39:08 -05:00 committed by Jason
parent ed7813e698
commit 36c0bdaa78
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use {
rent_collector::RentCollector,
},
solana_sdk::{
genesis_config::ClusterType, pubkey::Pubkey, sysvar::epoch_schedule::EpochSchedule,
genesis_config::ClusterType, pubkey::Pubkey,
},
std::{env, fs, path::PathBuf},
};