cli: Fix small clippy issue that snuck in

This commit is contained in:
cloudhead 2023-12-13 12:27:49 +01:00
parent 9f544ef8c1
commit 376c3caca0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ use std::process;
pub use radicle_term::*;
use radicle::profile::{ConfigError, Profile};
use radicle::profile::Profile;
use crate::terminal;