Skip to content

Commit d497441

Browse files
committed
remove commented code
1 parent b6bc00b commit d497441

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
def run_subprocess(commands: Sequence[str]) -> subprocess.CompletedProcess:
11-
# return subprocess.run(commands, capture_output=True)
1211
return subprocess.run(commands, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding="utf-8")
1312

1413

0 commit comments

Comments
 (0)