web: lint

This commit is contained in:
Bill Thiede 2024-09-19 16:54:18 -07:00
parent da27f02237
commit 442688c35c

View File

@ -1,7 +1,4 @@
use std::{
collections::{hash_map::DefaultHasher, HashSet},
hash::{Hash, Hasher},
};
use std::collections::HashSet;
use chrono::{DateTime, Datelike, Duration, Local, Utc};
use human_format::{Formatter, Scales};