fmt
This commit is contained in:
parent
7e94da576d
commit
a2a6062adc
|
@ -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)]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue