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 1e6ef93 commit 031f830Copy full SHA for 031f830
tests/test_tiff.py
@@ -15,7 +15,7 @@ def test_match(self):
15
# Have entities been emitted with a mime type that contains "image"?
16
self.assertTrue(
17
len(emitted_image_entities) != 0,
18
- f"Test failed for multipage_tiff_example.tif",
+ "Test failed for multipage_tiff_example.tif",
19
)
20
image_entity = emitted_image_entities.pop()
21
@@ -39,7 +39,7 @@ def test_ingest_tiff_format(self):
39
40
41
42
43
44
45
0 commit comments