radicle: Remove unused import
This commit is contained in:
parent
dc8561847d
commit
7208d89c31
|
|
@ -4,12 +4,9 @@ use std::{ffi::OsString, fmt, str::FromStr};
|
||||||
use git_ext::ref_format::{Component, RefString};
|
use git_ext::ref_format::{Component, RefString};
|
||||||
use thiserror::Error;
|
use thiserror::Error;
|
||||||
|
|
||||||
use crate::crypto;
|
|
||||||
use crate::git;
|
use crate::git;
|
||||||
use crate::serde_ext;
|
use crate::serde_ext;
|
||||||
|
|
||||||
pub use crypto::PublicKey;
|
|
||||||
|
|
||||||
/// Radicle identifier prefix.
|
/// Radicle identifier prefix.
|
||||||
pub const RAD_PREFIX: &str = "rad:";
|
pub const RAD_PREFIX: &str = "rad:";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue