remove now unused imports
This commit is contained in:
parent
9fe3e2b2b8
commit
596c3ff4b7
|
@ -863,7 +863,7 @@ impl PyObject {
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::{Py, PyObject};
|
use super::{Py, PyObject};
|
||||||
use crate::types::PyDict;
|
use crate::types::PyDict;
|
||||||
use crate::{ffi, AsPyPointer, Python};
|
use crate::Python;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_call_for_non_existing_method() {
|
fn test_call_for_non_existing_method() {
|
||||||
|
|
Loading…
Reference in a new issue