Cleans up imports in bootstrap.rs (#31176)

This commit is contained in:
Brooks 2023-04-12 16:12:16 -04:00 committed by GitHub
parent 34da001cda
commit e39f7a318d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -14,9 +14,8 @@ use {
solana_metrics::datapoint_info,
solana_rpc_client::rpc_client::RpcClient,
solana_runtime::{
snapshot_archive_info::SnapshotArchiveInfoGetter,
snapshot_package::SnapshotType,
snapshot_utils::{self},
snapshot_archive_info::SnapshotArchiveInfoGetter, snapshot_package::SnapshotType,
snapshot_utils,
},
solana_sdk::{
clock::Slot,