clean using
This commit is contained in:
parent
64375c23c5
commit
45a3004128
@ -1,6 +1,4 @@
|
|||||||
use anyhow::Error;
|
use nostr::{Event, EventId, PublicKey};
|
||||||
use nostr::{Event, EventId, JsonUtil, Kind, PublicKey};
|
|
||||||
use nostr_database::{DatabaseError, DynNostrDatabase, NostrDatabase};
|
|
||||||
use rocket::{Route, State};
|
use rocket::{Route, State};
|
||||||
use rocket::http::Status;
|
use rocket::http::Status;
|
||||||
use rocket::serde::json::Json;
|
use rocket::serde::json::Json;
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
extern crate rocket;
|
extern crate rocket;
|
||||||
|
|
||||||
use anyhow::Error;
|
use anyhow::Error;
|
||||||
use nostr::Event;
|
|
||||||
use nostr_database::{DynNostrDatabase, NostrDatabase};
|
|
||||||
use rocket::shield::Shield;
|
use rocket::shield::Shield;
|
||||||
|
|
||||||
use crate::store::SledDatabase;
|
use crate::store::SledDatabase;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user