remove unused import

This commit is contained in:
askiiart 2025-01-11 20:50:58 -06:00
parent 172974f576
commit c7793a0beb
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -5,7 +5,7 @@ use std::{
fs::remove_file,
hash::{BuildHasher, Hasher, RandomState},
};
use std::{fs::File, os::unix::fs::FileExt, thread::sleep};
use std::{fs::File, thread::sleep};
/// Tests what stdout prints
#[test]