Skip to content

Commit e3883da

Browse files
committed
address comment
1 parent 204fcad commit e3883da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ impl PyEnsureFuture {
577577
}
578578

579579
fn call_soon_threadsafe<'py>(
580-
event_loop: &'py Bound<PyAny>,
580+
event_loop: &Bound<'py, PyAny>,
581581
context: &Bound<PyAny>,
582582
args: impl IntoPyObject<'py, Target = PyTuple>,
583583
) -> PyResult<()> {

0 commit comments

Comments
 (0)