From 83e2d4bed8453c7f7a937812cd7ee3e125844fd1 Mon Sep 17 00:00:00 2001 From: misygauziya Date: Fri, 11 Aug 2023 02:17:25 +0900 Subject: [PATCH] [update] remove packages --- VRCT.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/VRCT.py b/VRCT.py index ca2d4b02..238cf878 100644 --- a/VRCT.py +++ b/VRCT.py @@ -1,8 +1,5 @@ from time import sleep from os import path as os_path -from os import makedirs as os_makedirs -import subprocess -from shutil import unpack_archive from json import load as json_load from json import dump as json_dump from requests import get as requests_get @@ -14,7 +11,7 @@ from PIL.Image import open as Image_open from flashtext import KeywordProcessor from threading import Thread -from utils import save_json, print_textbox, thread_fnc, get_localized_text, widget_main_window_label_setter +from utils import print_textbox, thread_fnc, get_localized_text, widget_main_window_label_setter from osc_tools import send_typing, send_message, send_test_action, receive_osc_parameters from window_config import ToplevelWindowConfig from window_information import ToplevelWindowInformation