From 6118540adb51aabcb0ff35230de756e5bef6cbd2 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Mon, 17 Feb 2025 13:15:59 +0100 Subject: [PATCH] Clean up imports Signed-off-by: Christoph Auer --- docling/models/code_formula_model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docling/models/code_formula_model.py b/docling/models/code_formula_model.py index c91fa369..1a0f0bf0 100644 --- a/docling/models/code_formula_model.py +++ b/docling/models/code_formula_model.py @@ -5,7 +5,6 @@ from typing import Iterable, List, Literal, Optional, Tuple, Union import numpy as np from docling_core.types.doc import ( CodeItem, - DocItem, DocItemLabel, DoclingDocument, NodeItem,