From ce0304dedf629b1288b580b60f753244ae26095d Mon Sep 17 00:00:00 2001 From: tsukumi Date: Mon, 4 Mar 2024 23:48:37 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20pysen=20=E3=81=8B=E3=82=89=E3=81=AE=20li?= =?UTF-8?q?nt=20=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 - voicevox_engine/library_manager.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a85e6993..1ca046d9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,6 +19,5 @@ "reportUnknownParameterType": "warning", "reportUnknownVariableType": "none", "reportUnusedFunction": "none", - "reportUnusedImport": "none", }, } diff --git a/voicevox_engine/library_manager.py b/voicevox_engine/library_manager.py index 50217e91..5bc18790 100644 --- a/voicevox_engine/library_manager.py +++ b/voicevox_engine/library_manager.py @@ -1,4 +1,3 @@ -import base64 import json import os import shutil