Skip to content

Commit 1084722

Browse files
committed
Add new line
1 parent 5d6d891 commit 1084722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse_document_model/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ class TextAttributes(Attributes):
3333
def check_level(cls, v) -> int:
3434
if v is not None and v not in range(1, 5):
3535
raise ValueError("Level must be between 1 and 4 or None")
36-
return v
36+
return v

0 commit comments

Comments
 (0)