We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6d891 commit 1084722Copy full SHA for 1084722
parse_document_model/attributes.py
@@ -33,4 +33,4 @@ class TextAttributes(Attributes):
33
def check_level(cls, v) -> int:
34
if v is not None and v not in range(1, 5):
35
raise ValueError("Level must be between 1 and 4 or None")
36
- return v
+ return v
0 commit comments