Skip to content

Commit

Permalink
Fix: pysen からの lint エラーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Mar 4, 2024
1 parent 693df25 commit ce0304d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"reportUnknownParameterType": "warning",
"reportUnknownVariableType": "none",
"reportUnusedFunction": "none",
"reportUnusedImport": "none",
},
}
1 change: 0 additions & 1 deletion voicevox_engine/library_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import base64
import json
import os
import shutil
Expand Down

0 comments on commit ce0304d

Please sign in to comment.