Remove unused imports in tests

This commit is contained in:
Daniel Hofstetter 2024-04-08 10:16:48 +02:00
parent bbf1a8e6cd
commit cf429883a6

@ -4,9 +4,7 @@
// file that was distributed with this source code.
// spell-checker:ignore (words) symdir somefakedir
use std::path::PathBuf;
use crate::common::util::{TestScenario, UCommand};
use crate::common::util::TestScenario;
#[test]
#[ignore]