From 54673d6fed7ad1087a9ccd6c9c430944fc16bdf9 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Fri, 10 Nov 2023 20:13:33 +0100 Subject: [PATCH] pre-commit --- tests/test_api_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api_build.py b/tests/test_api_build.py index 999ec3e34b..7c379237a3 100644 --- a/tests/test_api_build.py +++ b/tests/test_api_build.py @@ -30,8 +30,8 @@ from conda_build.conda_interface import ( CondaError, LinkError, - context, cc_conda_build, + context, reset_context, url_path, )