clean using

This commit is contained in:
kieran 2024-08-08 22:14:05 +01:00
parent 64375c23c5
commit 45a3004128
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941
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;

View File

@ -2,8 +2,6 @@
extern crate rocket;
use anyhow::Error;
use nostr::Event;
use nostr_database::{DynNostrDatabase, NostrDatabase};
use rocket::shield::Shield;
use crate::store::SledDatabase;