Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Auer <[email protected]>
  • Loading branch information
cau-git committed Dec 4, 2024
1 parent 20cadad commit 8fac776
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions deepsearch_glm/utils/doc_utils.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
import re

import pandas as pd
from docling_core.types.doc import (
BoundingBox,
CoordOrigin,
DocItemLabel,
DoclingDocument,
DocumentOrigin,
GroupLabel,
ProvenanceItem,
Size,
TableCell,
TableData,
)
from docling_core.types.doc import DocItemLabel


def resolve_item(paths, obj):
Expand Down

0 comments on commit 8fac776

Please sign in to comment.