From 949bf3bcdf277aa5683b92f382cb7fb1bee1a69d Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Fri, 6 Dec 2024 11:50:14 +0100 Subject: [PATCH] Linting --- src/zenml/pipelines/build_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zenml/pipelines/build_utils.py b/src/zenml/pipelines/build_utils.py index 10dc80d8d5..810f8d5f17 100644 --- a/src/zenml/pipelines/build_utils.py +++ b/src/zenml/pipelines/build_utils.py @@ -252,7 +252,7 @@ def find_existing_build( if not stack.container_registry: # There can be no non-local builds that we can reuse if there is no # container registry in the stack. - return + return None python_version_prefix = ".".join(platform.python_version_tuple()[:2]) required_builds = stack.get_docker_builds(deployment=deployment)