style: remove trailing whitespace in test_docker_path_integration.py

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Fahad
2025-06-10 10:02:01 +04:00
parent 788d1fa9d3
commit 21b0470aef

View File

@@ -239,12 +239,12 @@ def test_review_changes_docker_path_error():
def test_double_translation_prevention(): def test_double_translation_prevention():
"""Test that already-translated paths are not double-translated""" """Test that already-translated paths are not double-translated"""
with tempfile.TemporaryDirectory() as tmpdir: with tempfile.TemporaryDirectory() as tmpdir:
# Set up directories # Set up directories
host_workspace = Path(tmpdir) / "host_workspace" host_workspace = Path(tmpdir) / "host_workspace"
host_workspace.mkdir() host_workspace.mkdir()
container_workspace = Path(tmpdir) / "container_workspace" container_workspace = Path(tmpdir) / "container_workspace"
container_workspace.mkdir() container_workspace.mkdir()
original_env = os.environ.copy() original_env = os.environ.copy()