Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaponti5 committed Sep 24, 2024
1 parent 5d6d891 commit 1084722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_document_model/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class TextAttributes(Attributes):
def check_level(cls, v) -> int:
if v is not None and v not in range(1, 5):
raise ValueError("Level must be between 1 and 4 or None")
return v
return v

0 comments on commit 1084722

Please sign in to comment.