fix indentation

This commit is contained in:
Yay295 2022-08-26 00:13:24 -05:00
parent cfb48672bd
commit 41421875ca

View File

@ -62,7 +62,6 @@ class TestImage:
assert issubclass(UnidentifiedImageError, OSError)
def test_sanity(self):
im = Image.new("L", (100, 100))
assert repr(im)[:45] == "<PIL.Image.Image image mode=L size=100x100 at"
assert im.mode == "L"