Skip to content

Commit fdba34a

Browse files
committed
revert unnecessary doc module change
Signed-off-by: Panos Vagenas <[email protected]>
1 parent 70608f8 commit fdba34a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docling_core/types/doc/document.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
from docling_core.types.legacy_doc.tokens import DocumentToken
3030

3131
Uint64 = typing.Annotated[int, Field(ge=0, le=(2**64 - 1))]
32-
MAX_LEVEL_NR = 100
33-
LevelNumber = typing.Annotated[int, Field(ge=1, le=MAX_LEVEL_NR)]
32+
LevelNumber = typing.Annotated[int, Field(ge=1, le=100)]
3433
CURRENT_VERSION: Final = "1.0.0"
3534

3635
DEFAULT_EXPORT_LABELS = {

0 commit comments

Comments
 (0)