Skip to content

Commit d6eade3

Browse files
jeremymanningclaude
andcommitted
Apply Black formatting to test_executor.py
Fix Black linting failure caused by recent Windows compatibility changes. Applied automatic formatting to tests/test_executor.py to ensure GitHub Actions linting passes. No functional changes - only code style formatting. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a0165f5 commit d6eade3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def test_get_result_success(self, executor):
448448
# Mock SFTP get to write test result when called
449449
import tempfile
450450
import os
451-
451+
452452
def mock_get(remote_path, local_path):
453453
# Create the directory if it doesn't exist (Windows compatibility)
454454
os.makedirs(os.path.dirname(local_path), exist_ok=True)

0 commit comments

Comments
 (0)