refactor: Move the trait extensions to traits.rs
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -20,8 +20,8 @@ use nostr::{event::Kind, filter::Filter};
|
||||
use crate::{
|
||||
cli::{
|
||||
CliOptions,
|
||||
traits::CommandRunner,
|
||||
types::{NaddrOrSet, NostrEvent, OptionNaddrOrSetVecExt, RelayOrSetVecExt},
|
||||
traits::{CommandRunner, OptionNaddrOrSetVecExt, RelayOrSetVecExt},
|
||||
types::{NaddrOrSet, NostrEvent},
|
||||
},
|
||||
error::{N34Error, N34Result},
|
||||
nostr_utils::{
|
||||
|
||||
Reference in New Issue
Block a user