From 596c3ff4b743b32f45b0d423ee75334324111eef Mon Sep 17 00:00:00 2001 From: mejrs Date: Thu, 12 Aug 2021 12:08:54 +0200 Subject: [PATCH] remove now unused imports --- src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instance.rs b/src/instance.rs index 081cc714..fead8bab 100644 --- a/src/instance.rs +++ b/src/instance.rs @@ -863,7 +863,7 @@ impl PyObject { mod tests { use super::{Py, PyObject}; use crate::types::PyDict; - use crate::{ffi, AsPyPointer, Python}; + use crate::Python; #[test] fn test_call_for_non_existing_method() {