Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
charklie committed Sep 13, 2024
1 parent 03988e0 commit 1fcaf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{
collections::HashSet,
env,
fs::{self, read_to_string, File},
io::{BufRead, BufReader, Error, Read},
io::{BufRead, BufReader, Read},
path::Path,
process::{Command, Stdio},
sync::{Arc, Mutex},
Expand Down

0 comments on commit 1fcaf31

Please sign in to comment.