Skip to content

Commit

Permalink
Added spaces between parameter arguments
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
radarhere and hugovk committed Mar 12, 2023
1 parent 90c226c commit 2fc7cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_libtiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ def test_open_missing_samplesperpixel(self):
assert_image_equal_tofile(im, "Tests/images/old-style-jpeg-compression.png")

@pytest.mark.parametrize(
"file_name,mode,size,tile",
"file_name, mode, size, tile",
[
(
"tiff_wrong_bits_per_sample.tiff",
Expand Down

0 comments on commit 2fc7cfb

Please sign in to comment.