From 21b0470aef4129a1d25c8b71cd8487ef2a18e7cf Mon Sep 17 00:00:00 2001 From: Fahad Date: Tue, 10 Jun 2025 10:02:01 +0400 Subject: [PATCH] style: remove trailing whitespace in test_docker_path_integration.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- tests/test_docker_path_integration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_docker_path_integration.py b/tests/test_docker_path_integration.py index c1e67fc..3deacd5 100644 --- a/tests/test_docker_path_integration.py +++ b/tests/test_docker_path_integration.py @@ -239,12 +239,12 @@ def test_review_changes_docker_path_error(): def test_double_translation_prevention(): """Test that already-translated paths are not double-translated""" - + with tempfile.TemporaryDirectory() as tmpdir: # Set up directories host_workspace = Path(tmpdir) / "host_workspace" host_workspace.mkdir() - container_workspace = Path(tmpdir) / "container_workspace" + container_workspace = Path(tmpdir) / "container_workspace" container_workspace.mkdir() original_env = os.environ.copy()