Skip to content

Commit a512a01

Browse files
committed
Update
1 parent dfa9f46 commit a512a01

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

image_processing/tests/image_processing/test_figure_analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3-
43
import pytest
54
import base64
65
import io

image_processing/tests/image_processing/test_layout_and_figure_merger.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3-
4-
53
import pytest
64
from layout_holders import LayoutHolder, FigureHolder
75
from layout_and_figure_merger import LayoutAndFigureMerger

image_processing/tests/image_processing/test_layout_holders.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3-
4-
53
import pytest
64
from pydantic import ValidationError
75
from layout_holders import (

image_processing/tests/image_processing/test_mark_up_cleaner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3-
4-
53
import pytest
64
from mark_up_cleaner import MarkUpCleaner
75
from layout_holders import FigureHolder

0 commit comments

Comments
 (0)