remove shutil unneccesary

This commit is contained in:
dada513 2022-04-20 17:57:01 +02:00
parent e1b23a7389
commit eb69b75453
No known key found for this signature in database
GPG Key ID: 403448C14FA4B33E

View File

@ -5,7 +5,6 @@ from collections import defaultdict, namedtuple
from operator import attrgetter
from pprint import pprint
from typing import Optional
import shutil
from meta.common import ensure_component_dir, polymc_path, upstream_path, static_path
from meta.common.mojang import VERSION_MANIFEST_FILE, MINECRAFT_COMPONENT, LWJGL3_COMPONENT, LWJGL_COMPONENT, \