From 5e5ca83bf7654efabf92440ff0cac24df4cec031 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:21:55 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- tachys/src/reactive_graph/bind.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tachys/src/reactive_graph/bind.rs b/tachys/src/reactive_graph/bind.rs index dbf807de60..1f4b116278 100644 --- a/tachys/src/reactive_graph/bind.rs +++ b/tachys/src/reactive_graph/bind.rs @@ -10,7 +10,6 @@ use crate::{ view::{Position, ToTemplate}, }; use reactive_graph::{ - owner::Storage, signal::{ReadSignal, RwSignal, WriteSignal}, traits::{Get, Update}, wrappers::read::Signal,