mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: fix mypy complains
This commit is contained in:
parent
2976e7bf60
commit
4ee8d4e8ca
1 changed files with 5 additions and 5 deletions
|
@ -612,7 +612,7 @@ class BaseInputOption(BaseOption):
|
||||||
redact: bool = False
|
redact: bool = False
|
||||||
optional: bool = False # FIXME keep required as default?
|
optional: bool = False # FIXME keep required as default?
|
||||||
default: Any = None
|
default: Any = None
|
||||||
_annotation = Any
|
_annotation: Any = Any
|
||||||
_none_as_empty_str: bool = True
|
_none_as_empty_str: bool = True
|
||||||
|
|
||||||
@validator("default", pre=True)
|
@validator("default", pre=True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue