diff --git a/parse_document_model/attributes.py b/parse_document_model/attributes.py index 3b91de1..3fbfa16 100644 --- a/parse_document_model/attributes.py +++ b/parse_document_model/attributes.py @@ -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 \ No newline at end of file + return v