Skip to content

Commit 0f2fb7d

Browse files
lloyd-brownclaude
andcommitted
[Test] yapf-format the conda_auto_activate test helper
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 271088c commit 0f2fb7d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/unit_tests/test_backend_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,9 @@ def render(conda_auto_activate: str,
664664
explicit: str = 'false') -> str:
665665
return constants.CONDA_INSTALLATION_COMMANDS.replace(
666666
'{conda_auto_activate}', conda_auto_activate).replace(
667-
'{is_custom_docker}', is_custom_docker).replace(
668-
'{conda_auto_activate_explicit}', explicit)
667+
'{is_custom_docker}',
668+
is_custom_docker).replace('{conda_auto_activate_explicit}',
669+
explicit)
669670

670671
# Disabled on a non-docker image: set auto_activate_base false AND
671672
# deactivate. The deactivate guard's conda_auto_activate clause (the only

0 commit comments

Comments
 (0)