diff --git a/crates/voicevox_core_python_api/src/lib.rs b/crates/voicevox_core_python_api/src/lib.rs index 3f4e60fb7..a43a0ad29 100644 --- a/crates/voicevox_core_python_api/src/lib.rs +++ b/crates/voicevox_core_python_api/src/lib.rs @@ -680,12 +680,12 @@ mod blocking { style_id, enable_interrogative_upspeak = TtsOptions::default().enable_interrogative_upspeak ))] - fn precompute_render<'py>( + fn precompute_render( &self, #[pyo3(from_py_with = "crate::convert::from_dataclass")] audio_query: AudioQuery, style_id: u32, enable_interrogative_upspeak: bool, - py: Python<'py>, + py: Python<'_>, ) -> PyResult { let audio = self .synthesizer