Skip to content

Commit 0a116c1

Browse files
committed
fix signal
1 parent 81b161e commit 0a116c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/vm/src/stdlib/signal.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ pub(crate) mod _signal {
1818
Py,
1919
convert::{IntoPyException, TryFromBorrowedObject},
2020
};
21+
use crate::{PyObjectRef, PyResult, VirtualMachine, signal};
22+
#[cfg(unix)]
2123
use crate::{
22-
PyObjectRef, PyResult, VirtualMachine,
2324
builtins::PyTypeRef,
2425
function::{ArgIntoFloat, OptionalArg},
25-
signal,
2626
};
2727
use std::sync::atomic::{self, Ordering};
2828

0 commit comments

Comments
 (0)