fix: add missing Duration import in scsi_recovery test

This commit is contained in:
MattJackson
2026-04-30 19:52:53 -07:00
parent 4863e9c545
commit 2bcdc97341
+1
View File
@@ -9,6 +9,7 @@
//! These tests require a real /dev/sg* device and are therefore #[ignore]. //! These tests require a real /dev/sg* device and are therefore #[ignore].
use std::path::Path; use std::path::Path;
use std::time::Duration;
#[test] #[test]
#[ignore] #[ignore]