From acbdfa501b7c6b042b8175ef70bdd14e6cc253e9 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sun, 15 Oct 2023 17:03:47 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Model=20:=20=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E3=81=AApackage=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/model.py b/model.py index 93ad8882..f3ab0131 100644 --- a/model.py +++ b/model.py @@ -13,7 +13,6 @@ from requests import get as requests_get import webbrowser from flashtext import KeywordProcessor -import pyaudiowpatch from models.translation.translation_translator import Translator from models.transcription.transcription_utils import getInputDevices, getOutputDevices, getDefaultInputDevice, getDefaultOutputDevice from models.osc.osc_tools import sendTyping, sendMessage, sendTestAction, receiveOscParameters