mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Remove commas
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
affade7595
commit
852d9156bc
|
@ -89,7 +89,7 @@ def test_dx10_bc7_unorm_srgb():
|
|||
|
||||
def test_unimplemented_dxgi_format():
|
||||
with pytest.raises(NotImplementedError):
|
||||
Image.open("Tests/images/unimplemented_dxgi_format.dds",)
|
||||
Image.open("Tests/images/unimplemented_dxgi_format.dds")
|
||||
|
||||
|
||||
def test_uncompressed_rgb():
|
||||
|
@ -158,4 +158,4 @@ def test_short_file():
|
|||
|
||||
def test_unimplemented_pixel_format():
|
||||
with pytest.raises(NotImplementedError):
|
||||
Image.open("Tests/images/unimplemented_pixel_format.dds",)
|
||||
Image.open("Tests/images/unimplemented_pixel_format.dds")
|
||||
|
|
Loading…
Reference in New Issue
Block a user