fix: remove unused import (#1168)

This commit is contained in:
Wölfchen 2024-08-25 17:44:34 +00:00 committed by GitHub
parent 16250aee86
commit 057297b4a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
use crate::{regex, util::IterAverage};
use crate::util::IterAverage;
use anyhow::{Context, Result};
use once_cell::sync::Lazy;
use std::{fs::read_to_string, sync::Mutex};