add optional param in the schema. first step
This commit is contained in:
parent
5668520a31
commit
cf5cf58d73
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ class VariableCalculation(Calculation):
|
||||||
variable: StrictStr
|
variable: StrictStr
|
||||||
propertyerror: bool = True
|
propertyerror: bool = True
|
||||||
allow_none: bool = False
|
allow_none: bool = False
|
||||||
|
optional: bool = False
|
||||||
|
|
||||||
def to_function(
|
def to_function(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in a new issue