This commit is contained in:
Blaž Šnuderl 2024-02-03 20:48:25 +01:00
parent 7e94da576d
commit a2a6062adc
2 changed files with 1 additions and 2 deletions

View File

@ -594,7 +594,6 @@ mod test_no_clone {}
#[cfg(test)]
mod tests {
use crate::conversion::IntoPy;
use crate::prelude::PyAnyMethods;
use crate::{PyObject, Python};
#[allow(deprecated)]

View File

@ -526,7 +526,7 @@ mod tests {
use crate::types::bytearray::PyByteArrayMethods;
use crate::types::string::PyStringMethods;
use crate::types::PyByteArray;
use crate::{exceptions, Bound, PyAny, PyNativeType};
use crate::{exceptions, Bound, PyAny};
use crate::{PyObject, Python};
#[test]