fix: ut #56
Annotations
3 errors
pyright:
dpgen2/superop/prep_run_calypso.py#L233
Argument of type "ArgoVar" cannot be assigned to parameter "with_param" of type "str | list[Unknown] | InputParameter | OutputParameter" in function "__init__"
Type "ArgoVar" cannot be assigned to type "str | list[Unknown] | InputParameter | OutputParameter"
"ArgoVar" is incompatible with "str"
"ArgoVar" is incompatible with "list[Unknown]"
"ArgoVar" is incompatible with "InputParameter"
"ArgoVar" is incompatible with "OutputParameter" (reportGeneralTypeIssues)
|
pyright:
dpgen2/superop/prep_run_calypso.py#L277
Argument of type "ArgoVar" cannot be assigned to parameter "with_param" of type "str | list[Unknown] | InputParameter | OutputParameter" in function "__init__"
Type "ArgoVar" cannot be assigned to type "str | list[Unknown] | InputParameter | OutputParameter"
"ArgoVar" is incompatible with "str"
"ArgoVar" is incompatible with "list[Unknown]"
"ArgoVar" is incompatible with "InputParameter"
"ArgoVar" is incompatible with "OutputParameter" (reportGeneralTypeIssues)
|
pyright
2 errors
|