Skip to content

Commit 5c7e8df

Browse files
committed
lint
1 parent dee585a commit 5c7e8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use futures::{channel::mpsc, SinkExt};
3131
use once_cell::sync::OnceCell;
3232
use pin_project_lite::pin_project;
3333
use pyo3::prelude::*;
34-
use pyo3::{BoundObject, IntoPyObjectExt};
34+
use pyo3::IntoPyObjectExt;
3535
#[cfg(feature = "unstable-streams")]
3636
use std::marker::PhantomData;
3737

0 commit comments

Comments
 (0)