From a569614c79e8f2b96124bb3b82d4f65aeea97509 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Fri, 26 Jan 2024 22:22:07 +0100 Subject: [PATCH] Apply style suggestions from review Signed-off-by: Marcel Bargull --- CHANGELOG.md | 6 +++--- conda_build/environ.py | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac41a7ddc..5777412269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,9 +86,9 @@ ### Other * Remove unused Allure test report collection. (#5113) -* Removed dependency on `conda.plan`. (#5074) -* Removed almost all dependency on `conda.models.dist`. (#5074) -* Replaced usage of legacy `conda.models.dist.Dist` by `conda.models.records.PackageRecord`. (#5074) +* Remove dependency on `conda.plan`. (#5074) +* Remove almost all dependency on `conda.models.dist`. (#5074) +* Replace usage of legacy `conda.models.dist.Dist` with `conda.models.records.PackageRecord`. (#5074) ### Contributors diff --git a/conda_build/environ.py b/conda_build/environ.py index 17ec237f30..c363588e3f 100644 --- a/conda_build/environ.py +++ b/conda_build/environ.py @@ -16,10 +16,7 @@ from logging import getLogger from os.path import join, normpath -from conda.base.constants import ( - DEFAULTS_CHANNEL_NAME, - UNKNOWN_CHANNEL, -) +from conda.base.constants import DEFAULTS_CHANNEL_NAME, UNKNOWN_CHANNEL from conda.common.io import env_vars from conda.core.index import LAST_CHANNEL_URLS from conda.core.link import PrefixSetup, UnlinkLinkTransaction