Skip to content

Commit a9548ab

Browse files
committed
fix: run line length linter/formatter
1 parent 0643895 commit a9548ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test_unstructured_inference/inference/test_layout.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ def deduplicate_detected_elements(self, elements, *args, **kwargs):
109109

110110

111111
def test_get_page_elements(monkeypatch, mock_final_layout):
112-
image = Image.fromarray(np.random.randint(12, 14, size=(40, 10, 3)).astype(np.uint8), mode="RGB")
112+
image = Image.fromarray(
113+
np.random.randint(12, 14, size=(40, 10, 3)).astype(np.uint8), mode="RGB"
114+
)
113115
page = layout.PageLayout(
114116
number=0,
115117
image=image,

0 commit comments

Comments
 (0)