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

@ -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;