about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 {