radicle: Remove unused import

This commit is contained in:
cloudhead 2024-01-22 10:51:44 +01:00
parent dc8561847d
commit 7208d89c31
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -4,12 +4,9 @@ use std::{ffi::OsString, fmt, str::FromStr};
use git_ext::ref_format::{Component, RefString};
use thiserror::Error;
use crate::crypto;
use crate::git;
use crate::serde_ext;
pub use crypto::PublicKey;
/// Radicle identifier prefix.
pub const RAD_PREFIX: &str = "rad:";