игнорирование недоделаных патчей, удаление лишних импортов

This commit is contained in:
2025-09-02 11:11:17 +03:00
parent 6c01d9ca07
commit d0744050d2
12 changed files with 13 additions and 17 deletions
+1
View File
@@ -5,6 +5,7 @@ from tqdm import tqdm
import os
import shutil
def apply(config: dict) -> bool:
for item in os.listdir("./decompiled/unknown/"):
item_path = os.path.join("./decompiled/unknown/", item)