Skip to content

Commit

Permalink
Apply style suggestions from review
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull committed Jan 26, 2024
1 parent c6c0454 commit a569614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions conda_build/environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a569614

Please sign in to comment.