Skip to content

Commit

Permalink
fix: remove unused import (elkowar#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
w-lfchen authored Aug 25, 2024
1 parent 16250ae commit 057297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eww/src/config/system_stats.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit 057297b

Please sign in to comment.