Skip to content

Commit eabc161

Browse files
Auto-format: cargo fmt --all
1 parent daaf9a8 commit eabc161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/vm/src/stdlib/codecs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,11 @@ fn delegate_pycodecs(
331331

332332
#[pymodule(sub)]
333333
mod _codecs_windows {
334+
#[cfg(not(windows))]
335+
use crate::{PyObjectRef, function::FuncArgs};
334336
use crate::{PyResult, VirtualMachine};
335337
#[cfg(windows)]
336338
use crate::{builtins::PyStrRef, function::ArgBytesLike};
337-
#[cfg(not(windows))]
338-
use crate::{function::FuncArgs, PyObjectRef};
339339

340340
#[cfg(not(windows))]
341341
macro_rules! delegate_pycodecs {

0 commit comments

Comments
 (0)