Merge pull request from cakebaker/mcookie_lslocks_fix_unused_import_warnings

mcookie, lslocks: fix "unused import" warnings in tests
This commit is contained in:
Sylvestre Ledru 2025-03-21 14:38:05 +01:00 committed by GitHub
commit f67f108711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

@ -3,6 +3,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
#[cfg(target_os = "linux")]
use crate::common::util::TestScenario;
#[test]

@ -5,7 +5,7 @@
use std::io::Write;
use tempfile::{NamedTempFile, TempDir};
use tempfile::NamedTempFile;
use crate::common::util::TestScenario;