about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-08-20 01:23:38 -0500
committergennyble <gen@nyble.dev>2025-08-20 01:23:38 -0500
commit4699eea8aeae3430a9ecdbd90f01bdc61fb92b59 (patch)
tree12f6efa160753b2b7f8b1d1be9b9654142ed4800
parent8df63913b741616d0ec945481450bfd143fef814 (diff)
downloadcorgi-main.tar.gz
corgi-main.zip
remove unused import; no more warnings HEAD main
-rw-r--r--corgi/src/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/corgi/src/stats.rs b/corgi/src/stats.rs
index c407cd9..9e9d15c 100644
--- a/corgi/src/stats.rs
+++ b/corgi/src/stats.rs
@@ -3,7 +3,7 @@ use std::{net::IpAddr, path::Path, sync::Mutex};
 use base64::{Engine, prelude::BASE64_STANDARD_NO_PAD};
 use rusqlite::{Connection, OptionalExtension, params};
 use sha2::{Digest, Sha256};
-use time::{Duration, OffsetDateTime, PrimitiveDateTime};
+use time::{Duration, OffsetDateTime};
 
 #[derive(Debug)]
 pub struct Stats {