Skip to content

Commit a482304

Browse files
authored
Merge pull request #557 from pbs-data-solutions/types
Add missing lock state field to type stub
2 parents 066188f + 9582753 commit a482304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prelude_parser/_prelude_parser.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class Form:
8888
form_index: int
8989
form_group: str | None
9090
form_state: str
91+
lock_state: LockState | None
9192
states: list[State] | None
9293
categories: list[Category] | None
9394

0 commit comments

Comments
 (0)