chore: Remove unused imports

This commit is contained in:
txtsd 2022-04-06 18:00:50 +05:30
parent fcd66ed5ef
commit 031d271d62
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from meta.common.mojang import MINECRAFT_COMPONENT
from meta.model import MetaVersion, Dependency, Library, GradleSpecifier, MojangLibraryDownloads, MojangArtifact, \
MetaPackage
from meta.model.forge import ForgeVersion, ForgeInstallerProfile, ForgeLegacyInfo, fml_libs_for_version, \
ForgeInstallerProfileV2, InstallerInfo, DerivedForgeIndex, ForgeLegacyInfoList, ForgeLibrary
ForgeInstallerProfileV2, InstallerInfo, DerivedForgeIndex, ForgeLegacyInfoList
from meta.model.mojang import MojangVersion
PMC_DIR = polymc_path()

View File

@ -1,6 +1,6 @@
import hashlib
import os
from operator import itemgetter, attrgetter
from operator import attrgetter
from meta.common import polymc_path
from meta.model import MetaVersion, MetaPackage