Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Nov 15, 2023
1 parent fe066e9 commit 98fd4e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions conda_build/_legacy_conda_imports/conda_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,15 @@
normalized_version,
)

from conda.auxlib.entity import Entity, EntityType, IntegerField, StringField
from conda.base.constants import (
CONDA_PACKAGE_EXTENSIONS,
DEFAULTS_CHANNEL_NAME,
UNKNOWN_CHANNEL,
)
from conda.base.context import stack_context_default
from conda.common.io import dashlist, env_vars
from conda.common.iterators import groupby_to_dict
from conda.common.io import env_vars
from conda.common.url import is_url
from conda.core.index import LAST_CHANNEL_URLS, get_index
from conda.core.link import PrefixSetup, UnlinkLinkTransaction
from conda.core.prefix_data import PrefixData
from conda.models.channel import prioritize_channels
from conda.models.enums import LinkType
4 changes: 0 additions & 4 deletions conda_build/_legacy_conda_imports/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,14 @@
UNKNOWN_CHANNEL,
Channel,
IndexedSet,
LinkType,
MatchSpec,
PackageRecord,
PrefixData,
PrefixSetup,
ProgressiveFetchExtract,
UnlinkLinkTransaction,
context,
dashlist,
env_vars,
groupby_to_dict as groupby,
normalized_version,
on_win,
prioritize_channels,
stack_context_default,
Expand Down

0 comments on commit 98fd4e9

Please sign in to comment.