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:
Kasper Juul Hermansen 2024-05-15 15:07:49 +02:00
parent 208b14583e
commit 7496d0e964
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
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)]

View File

@ -1,5 +1,3 @@
use itertools::Itertools;
use crate::{
models::{IOEvent, Msg},
querier::Querier,

View File

@ -1,5 +1,3 @@
use std::net::SocketAddr;
use clap::{Parser, Subcommand, ValueEnum};
use hyperlog_tui::{
commander,