remmoved unnessasary dependencies
This commit is contained in:
parent
e4c3f0da3a
commit
ba1b67fa44
|
@ -1,5 +1,5 @@
|
|||
import customtkinter as Ctk
|
||||
from tkinter import messagebox
|
||||
|
||||
|
||||
class ClosePopup(Ctk.CTkToplevel):
|
||||
def __init__(self,master, callback, **kwargs, ):
|
||||
|
|
Loading…
Reference in New Issue