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: