From 62c60723a77e9d3b984f94924194b1a0ba753916 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 5 Dec 2021 21:31:26 -0700 Subject: recognize connection errors too --- src/history.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/history.rs') diff --git a/src/history.rs b/src/history.rs index 6031499..a579a8c 100644 --- a/src/history.rs +++ b/src/history.rs @@ -1,7 +1,6 @@ // god is dead and we have killed him and consequently std::time::Instant doesn't work on wasm use chrono::prelude::*; -use chrono::Duration; use wasm_bindgen::prelude::*; struct Reading { -- cgit v1.2.3