From 94394c6ca4512c4bf2afb38fe7e46aa67d697708 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Thu, 17 Jun 2021 11:22:31 +0200 Subject: [PATCH] removed useless import --- source/patch_file.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/patch_file.py b/source/patch_file.py index 2028465..6cf0b67 100644 --- a/source/patch_file.py +++ b/source/patch_file.py @@ -1,13 +1,8 @@ -from tkinter import messagebox from threading import Thread -import subprocess -import shutil import json import glob import os -from .definition import * - def patch_file(self): def func():