Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
remove unused imports (#34467)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Dec 14, 2023
1 parent d1cfd26 commit 5b1aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/accounts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use {
account_utils::StateMut,
bpf_loader_upgradeable::{self, UpgradeableLoaderState},
feature_set::{
self, include_loaded_accounts_data_size_in_fee_calculation,
include_loaded_accounts_data_size_in_fee_calculation,
remove_congestion_multiplier_from_fee_calculation,
simplify_writable_program_account_check, FeatureSet,
},
Expand Down

0 comments on commit 5b1aa63

Please sign in to comment.