chore: rm unused windows import (#12697)

This commit is contained in:
Matthias Seitz
2024-11-20 10:46:47 +01:00
committed by GitHub
parent 3b12028319
commit 2c885eee21

View File

@ -20,11 +20,6 @@ use std::{
ops::Range,
path::{Path, PathBuf},
};
// Windows specific extension for std::fs
#[cfg(windows)]
use std::os::windows::prelude::OpenOptionsExt;
use tracing::*;
/// Compression algorithms supported by `NippyJar`.