Merge pull request from cakebaker/fix_unused_imports_in_tests

Remove unused imports in tests
This commit is contained in:
Sylvestre Ledru
2024-07-25 00:26:58 +02:00
committed by GitHub

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