renice: remove unused import in test

This commit is contained in:
Daniel Hofstetter
2024-04-08 13:48:35 +02:00
parent 711418e3ce
commit eba7c47464
+1 -1
View File
@@ -4,7 +4,7 @@
// file that was distributed with this source code.
// spell-checker:ignore (words) symdir somefakedir
use crate::common::util::{TestScenario, UCommand};
use crate::common::util::TestScenario;
#[test]
fn test_invalid_arg() {