Skip to content

Commit af7a958

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6944f07 commit af7a958

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_execute.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525

2626
def test_python_m_pytask(tmp_path):
2727
tmp_path.joinpath("task_module.py").write_text("def task_example(): pass")
28-
result = run_in_subprocess(
29-
(sys.executable, "-m", "pytask", tmp_path.as_posix())
30-
)
28+
result = run_in_subprocess((sys.executable, "-m", "pytask", tmp_path.as_posix()))
3129
assert result.exit_code == ExitCode.OK
3230

3331

0 commit comments

Comments
 (0)