clean using

This commit is contained in:
2024-08-08 22:14:05 +01:00
parent 64375c23c5
commit 45a3004128
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,4 @@
use anyhow::Error;
use nostr::{Event, EventId, JsonUtil, Kind, PublicKey};
use nostr_database::{DatabaseError, DynNostrDatabase, NostrDatabase};
use nostr::{Event, EventId, PublicKey};
use rocket::{Route, State};
use rocket::http::Status;
use rocket::serde::json::Json;