chore: remove unused variables
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-15 15:07:49 +02:00
parent 208b14583e
commit 7496d0e964
5 changed files with 1 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
use hyperlog_core::log::{GraphItem, ItemState};
use hyperlog_core::log::ItemState;
use sqlx::types::Json;
use crate::state::SharedState;

View File

@@ -1,5 +1,3 @@
use hyperlog_core::log::GraphItem;
use crate::state::SharedState;
#[derive(Clone)]

View File

@@ -1,6 +1,3 @@
use hyperlog_core::log::{GraphItem, ItemState};
use sqlx::types::Json;
use crate::state::SharedState;
#[derive(Clone)]