We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5314c71 commit c037287Copy full SHA for c037287
PyPDFForm/middleware/checkbox.py
@@ -34,7 +34,7 @@ def schema_definition(self) -> dict:
34
return {"type": "boolean"}
35
36
@property
37
- def sample_value(self) -> bool | int:
+ def sample_value(self) -> Union[bool, int]:
38
"""Sample value of the checkbox."""
39
40
return True
0 commit comments