Skip to content

Commit 5ae66a8

Browse files
Fix double import on RustPython (#6122)
1 parent ad4a510 commit 5ae66a8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/types/function.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ use crate::{
1313
types::{PyType, PyTypeMethods},
1414
Py,
1515
};
16-
#[cfg(RustPython)]
17-
use crate::{
18-
sync::PyOnceLock,
19-
types::{PyType, PyTypeMethods},
20-
Py,
21-
};
2216
use crate::{Bound, PyAny, PyResult, Python};
2317
use core::cell::UnsafeCell;
2418
use core::ffi::CStr;

0 commit comments

Comments
 (0)