Skip to content

Commit 85a7884

Browse files
committed
Lint fixes
1 parent e26c465 commit 85a7884

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/vcs/test_clone.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ def test_clone_should_invoke_vcs_command(
129129
branch_info.insert(0, "--")
130130

131131
mock_subprocess.assert_any_call(
132-
[repo_type, 'checkout', *branch_info], cwd=expected_repo_dir, stderr=subprocess.STDOUT
132+
[repo_type, 'checkout', *branch_info],
133+
cwd=expected_repo_dir,
134+
stderr=subprocess.STDOUT,
133135
)
134136

135137

0 commit comments

Comments
 (0)