mountpoint: remove unused imports in test

This commit is contained in:
Daniel Hofstetter
2024-04-19 09:45:15 +02:00
parent 5c033a70f6
commit 3a9075987c

View File

@@ -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]
fn test_invalid_arg() { fn test_invalid_arg() {