Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Nov 13, 2024
1 parent b65e3d9 commit 8141304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use pd::{
join::network_join,
},
};
use penumbra_app::app_version::{assert_latest_app_version, migrate_app_version};
use penumbra_app::app_version::assert_latest_app_version;
use penumbra_app::SUBSTORE_PREFIXES;
use rand::Rng;
use rand_core::OsRng;
Expand Down

0 comments on commit 8141304

Please sign in to comment.