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 d78f827 commit 64b9438Copy full SHA for 64b9438
test_unstructured_inference/test_elements.py
@@ -597,7 +597,8 @@ def test_textregions_from_coords_accepts_source():
597
598
@pytest.mark.skip(reason="Not implemented")
599
def test_textregions_allows_for_single_element_access_and_returns_textregion_with_correct_values():
600
- """Test that TextRegions allows for single element access and returns a TextRegion with the correct values"""
+ """Test that TextRegions allows for single element access and returns a TextRegion with the
601
+ correct values"""
602
603
regions = [
604
TextRegion.from_coords(
0 commit comments