Skip to content

Commit

Permalink
remove unused import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
TiltedToast committed Aug 26, 2024
1 parent 22df08e commit 60e430f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ mod testenv;
use nix::unistd::{Gid, Group, Uid, User};
use std::io::Write;
use std::path::Path;
use std::process::Command;
use std::time::{Duration, SystemTime};
use std::{env, fs};
use test_case::test_case;
Expand Down

0 comments on commit 60e430f

Please sign in to comment.