clean using
This commit is contained in:
parent
64375c23c5
commit
45a3004128
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user