We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096854d commit 3e9403aCopy full SHA for 3e9403a
Tests/test_image_getxmp.py
@@ -6,4 +6,4 @@ def test_getxmp():
6
type_repr = repr(type(im.getxmp()))
7
8
assert "dict" in type_repr
9
- assert isinstance(im.getxmp()['Description'][0]['Version'], str)
+ assert isinstance(im.getxmp()["Description"][0]["Version"], str)
0 commit comments