Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVandeVyver committed Oct 14, 2024
1 parent 8d72316 commit 1b15fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sa-builder/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::{
fs::{self, File, OpenOptions},
fs::{File, OpenOptions},
io::BufWriter,
time::{SystemTime, SystemTimeError, UNIX_EPOCH}
};
Expand Down

0 comments on commit 1b15fad

Please sign in to comment.