remove import package
This commit is contained in:
1
utils.py
1
utils.py
@@ -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:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import os
|
||||
import tkinter as tk
|
||||
import customtkinter
|
||||
from PIL import Image
|
||||
import utils
|
||||
|
||||
class ToplevelWindowConfig(customtkinter.CTkToplevel):
|
||||
|
||||
Reference in New Issue
Block a user