mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-07 10:45:21 +00:00
libs: Resolve unused import warning
I'm not sure why we aren't catching this elsewhere, but when running checks I saw the unused import warning, so thought I would fix it Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -179,7 +179,6 @@ mod tests {
|
||||
use super::*;
|
||||
use std::fs;
|
||||
use std::io::Write;
|
||||
use std::path::PathBuf;
|
||||
|
||||
// domain number
|
||||
const TEST_PCI_DEV_DOMAIN: &str = "0000";
|
||||
|
||||
Reference in New Issue
Block a user