remove import package
This commit is contained in:
1
utils.py
1
utils.py
@@ -1,7 +1,6 @@
|
|||||||
import json
|
import json
|
||||||
import datetime
|
import datetime
|
||||||
import threading
|
import threading
|
||||||
import tkinter as tk
|
|
||||||
|
|
||||||
def save_json(path, key, value):
|
def save_json(path, key, value):
|
||||||
with open(path, "r") as fp:
|
with open(path, "r") as fp:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
import customtkinter
|
import customtkinter
|
||||||
from PIL import Image
|
|
||||||
import utils
|
import utils
|
||||||
|
|
||||||
class ToplevelWindowConfig(customtkinter.CTkToplevel):
|
class ToplevelWindowConfig(customtkinter.CTkToplevel):
|
||||||
|
|||||||
Reference in New Issue
Block a user