feat: create endpoint to get a flag multivariate options #9172
Annotations
7 errors
Check for new typing errors
Process completed with exit code 2.
|
Check for new typing errors:
api/features/multivariate/serializers.py#L51
Returning Any from function declared to return "str | int | bool | None"
|
Check for new typing errors:
api/features/multivariate/serializers.py#L47
Function is missing a type annotation for one or more arguments
|
Check for new typing errors:
api/features/multivariate/serializers.py#L40
Returning Any from function declared to return "str | int | bool"
|
Check for new typing errors:
api/features/multivariate/serializers.py#L39
Returning Any from function declared to return "str | int | bool"
|
Check for new typing errors:
api/features/multivariate/serializers.py#L37
Returning Any from function declared to return "str | int | bool"
|
Check for new typing errors:
api/features/multivariate/serializers.py#L35
Function is missing a type annotation for one or more arguments
|
Loading