✨ [#5016] Add Referentielijsten service select to builder #12103
Annotations
3 errors
Run jakebailey/pyright-action@v1:
src/openforms/contrib/referentielijsten/api/viewsets.py#L43
Expression of type "Service" is incompatible with declared type "str | None"
Type "Service" is incompatible with type "str | None"
"Service" is incompatible with "str"
"Service" is incompatible with "None" (reportAssignmentType)
|
Run jakebailey/pyright-action@v1:
src/openforms/contrib/referentielijsten/api/viewsets.py#L46
Argument of type "str | None" cannot be assigned to parameter "service" of type "Service" in function "build_client"
Type "str | None" is incompatible with type "Service"
"str" is incompatible with "Service" (reportArgumentType)
|
Run jakebailey/pyright-action@v1
2 errors
|
Loading