chore: Remove unused import

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-27 11:04:58 +00:00
parent 1abb8e3f36
commit a9b9a7a02a

View File

@@ -19,7 +19,7 @@ use std::{fs, str::FromStr};
use clap::{ArgGroup, Args};
use futures::future;
use nostr::{
event::{Event, EventBuilder, EventId, Kind, Tag},
event::{Event, EventBuilder, EventId, Kind},
filter::Filter,
nips::{
nip01::{Coordinate, Metadata},