chore: move patch::PatchPrStatus to types::PatchPrStatus

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-12 10:12:09 +00:00
parent 4df73316a0
commit c3be6248b5
14 changed files with 110 additions and 123 deletions

View File

@@ -20,9 +20,8 @@ use nostr::hashes::sha1::Hash as Sha1Hash;
use crate::{
cli::{
CliOptions,
patch::PatchPrStatus,
traits::CommandRunner,
types::{EntityType, NaddrOrSet, NostrEvent},
types::{EntityType, NaddrOrSet, NostrEvent, PatchPrStatus},
},
error::{N34Error, N34Result},
};