Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Jul 2, 2024
1 parent 6d40f85 commit b7c2997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procdata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
};
use chrono::Local;
use flate2::{write::GzEncoder, Compression};
use log::{info, warn};
use log::info;
use std::{
collections::HashSet,
fs::{self, canonicalize, remove_file, DirEntry, File},
Expand Down

0 comments on commit b7c2997

Please sign in to comment.