Skip to content

Commit 2c8a0d1

Browse files
committed
chore: Fix trailing comma (ruff 0.7.0)
Fixed 1 error: - tests/test_cli.py: 1 × COM812 (missing-trailing-comma)
1 parent d8e0302 commit 2c8a0d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,7 @@ def test_command_line(
112112
captured = proc.stdout.read()
113113

114114
assert captured == get_output(
115-
expect_cmd, shell=True, stderr=subprocess.STDOUT
115+
expect_cmd,
116+
shell=True,
117+
stderr=subprocess.STDOUT,
116118
)

0 commit comments

Comments
 (0)