Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

整理: PresetManager 共通処理の関数化・追加コメント #832

Merged
merged 6 commits into from
Dec 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update voicevox_engine/preset/PresetManager.py
Hiroshiba authored Dec 9, 2023
commit df5dde78236505a8d10cd45e2592eee9aefee5f2
2 changes: 1 addition & 1 deletion voicevox_engine/preset/PresetManager.py
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ def update_preset(self, preset: Preset):

def delete_preset(self, id: int):
"""
特定プリセットの削除
指定したIDのプリセットの削除
Parameters
----------
id: int