mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
removed useless import
This commit is contained in:
parent
bc45f28813
commit
94394c6ca4
1 changed files with 0 additions and 5 deletions
|
@ -1,13 +1,8 @@
|
||||||
from tkinter import messagebox
|
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
import subprocess
|
|
||||||
import shutil
|
|
||||||
import json
|
import json
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from .definition import *
|
|
||||||
|
|
||||||
|
|
||||||
def patch_file(self):
|
def patch_file(self):
|
||||||
def func():
|
def func():
|
||||||
|
|
Loading…
Reference in a new issue