remove import package

This commit is contained in:
misyaguziya
2023-06-16 21:49:55 +09:00
parent 156019e5a4
commit 2009b613ec
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
import json
import datetime
import threading
import tkinter as tk
def save_json(path, key, value):
with open(path, "r") as fp:

View File

@@ -1,7 +1,6 @@
import os
import tkinter as tk
import customtkinter
from PIL import Image
import utils
class ToplevelWindowConfig(customtkinter.CTkToplevel):