Remove commas

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2020-02-15 16:21:37 +02:00 committed by GitHub
parent affade7595
commit 852d9156bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")