We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0e104 commit 0b85653Copy full SHA for 0b85653
1 file changed
layer/nrlf/core/validators.py
@@ -41,7 +41,6 @@ def validate_type(type_: Optional[RequestQueryType], pointer_types: List[str]) -
41
return type_.root in pointer_types
42
43
44
-# TODO - Validate category is in set permissions once permissioning by category is done.
45
def validate_category(categories: Optional[RequestQueryCategory]) -> bool:
46
"""
47
Validates if the given category is valid.
0 commit comments