remove now unused imports

This commit is contained in:
mejrs 2021-08-12 12:08:54 +02:00
parent 9fe3e2b2b8
commit 596c3ff4b7

View file

@ -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() {