Skip to content

Commit 64b9438

Browse files
committed
format
1 parent d78f827 commit 64b9438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_unstructured_inference/test_elements.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ def test_textregions_from_coords_accepts_source():
597597

598598
@pytest.mark.skip(reason="Not implemented")
599599
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"""
600+
"""Test that TextRegions allows for single element access and returns a TextRegion with the
601+
correct values"""
601602

602603
regions = [
603604
TextRegion.from_coords(

0 commit comments

Comments
 (0)