Skip to content

Commit

Permalink
不要となったコメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed May 23, 2024
1 parent 61725a2 commit f32c802
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/voicevox_core_python_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ mod blocking {
.into_py_result(py)
}

// C APIの挙動と一貫性を持たせる。
fn is_loaded_voice_model(
&self,
#[pyo3(from_py_with = "crate::convert::to_rust_uuid")] voice_model_id: Uuid,
Expand Down Expand Up @@ -741,7 +740,6 @@ mod asyncio {
.into_py_result(py)
}

// C APIの挙動と一貫性を持たせる。
fn is_loaded_voice_model(
&self,
#[pyo3(from_py_with = "crate::convert::to_rust_uuid")] voice_model_id: Uuid,
Expand Down

0 comments on commit f32c802

Please sign in to comment.