Skip to content

Commit 6644967

Browse files
committed
re-add trailing comma
1 parent 31a4247 commit 6644967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests/redact_tests/test_redact_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_redact_file_with_emoji(textual, filename, generator_default):
5454
original_content, output = perform_file_redaction(
5555
textual,
5656
filename,
57-
generator_default=generator_default
57+
generator_default=generator_default,
5858
)
5959

6060
check_redaction(

0 commit comments

Comments
 (0)