Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
karbyshev committed Dec 15, 2023
1 parent b50d5ff commit 48d91fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/lib/cli/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use namada_sdk::masp::find_valid_diversifier;
use namada_sdk::wallet::{
DecryptionError, DerivationPath, DerivationPathError, FindKeyError, Wallet,
};
use namada_sdk::{display, display_line, edisplay_line};
use namada_sdk::{display_line, edisplay_line};
use rand_core::OsRng;

use crate::cli;
Expand Down

0 comments on commit 48d91fc

Please sign in to comment.