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
commit 7497bd151f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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]