From bda51a7de0bf89033edf8efd9f3e30e9a2ac4413 Mon Sep 17 00:00:00 2001 From: normalllll <147307373+normalllll@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:36:38 +0000 Subject: [PATCH] Update --- rust/src/yande/http_client.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/src/yande/http_client.rs b/rust/src/yande/http_client.rs index 0b0eeb2..6120f00 100644 --- a/rust/src/yande/http_client.rs +++ b/rust/src/yande/http_client.rs @@ -1,4 +1,3 @@ -use std::io::Write; use std::sync::Arc; use std::time::Duration; use flutter_rust_bridge::DartFnFuture;