GUI: Remove unnecessary import

This commit is contained in:
Orsiris de Jong 2024-08-04 17:13:16 +02:00
parent b48df41e66
commit a061662ae0

View file

@ -25,7 +25,6 @@ from ruamel.yaml.comments import CommentedMap
import atexit
from ofunctions.process import kill_childs
from ofunctions.threading import threaded
from threading import Thread
from ofunctions.misc import BytesConverter
import npbackup.gui.PySimpleGUI as sg
import _tkinter