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

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