We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee585a commit 5c7e8dfCopy full SHA for 5c7e8df
src/generic.rs
@@ -31,7 +31,7 @@ use futures::{channel::mpsc, SinkExt};
31
use once_cell::sync::OnceCell;
32
use pin_project_lite::pin_project;
33
use pyo3::prelude::*;
34
-use pyo3::{BoundObject, IntoPyObjectExt};
+use pyo3::IntoPyObjectExt;
35
#[cfg(feature = "unstable-streams")]
36
use std::marker::PhantomData;
37
0 commit comments