Skip to content
Snippets Groups Projects
Commit 4dc58b0a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts][ci] Remove more local imports which are confusing the interpreter?

parent 8f776cc8
Branches
Tags v4.0.2
No related merge requests found
Pipeline #27898 passed
...@@ -13,7 +13,7 @@ from click_plugins import with_plugins ...@@ -13,7 +13,7 @@ from click_plugins import with_plugins
from . import bdt from . import bdt
from ..constants import SERVER, CONDA_BUILD_CONFIG, CONDA_RECIPE_APPEND, \ from ..constants import SERVER, CONDA_BUILD_CONFIG, CONDA_RECIPE_APPEND, \
WEBDAV_PATHS WEBDAV_PATHS, BASE_CONDARC
from ..deploy import deploy_conda_package, deploy_documentation from ..deploy import deploy_conda_package, deploy_documentation
from ..log import verbosity_option, get_logger, echo_normal from ..log import verbosity_option, get_logger, echo_normal
...@@ -272,7 +272,6 @@ def base_build(order, group, python, dry_run): ...@@ -272,7 +272,6 @@ def base_build(order, group, python, dry_run):
condarc_options = yaml.load(f) condarc_options = yaml.load(f)
else: #not building on the CI? - use defaults else: #not building on the CI? - use defaults
from ..constants import BASE_CONDARC, SERVER
from ..bootstrap import get_channels from ..bootstrap import get_channels
# get potential channel upload and other auxiliary channels # get potential channel upload and other auxiliary channels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment