Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi committed Dec 6, 2024
1 parent f406336 commit 949bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/pipelines/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 949bf3b

Please sign in to comment.