From ccfcf753f67541b5fba8746f4f60d7498a54f44a Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 26 Jan 2026 19:30:50 +0000 Subject: [WIP] Heartbeat checkpoint - 2026-01-26 19:30:50 UTC --- makima/src/daemon/db/local.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makima/src/daemon/db') diff --git a/makima/src/daemon/db/local.rs b/makima/src/daemon/db/local.rs index f3ed45a..5b4ca5b 100644 --- a/makima/src/daemon/db/local.rs +++ b/makima/src/daemon/db/local.rs @@ -336,7 +336,9 @@ impl LocalDb { #[cfg(test)] mod tests { - use crate::daemon::*; + use super::*; + use chrono::Utc; + use uuid::Uuid; #[test] fn test_open_memory() { -- cgit v1.2.3