Skip to content

Commit 0b85653

Browse files
committed
[NRL-1922] Remove old TODO
1 parent ee0e104 commit 0b85653

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

layer/nrlf/core/validators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def validate_type(type_: Optional[RequestQueryType], pointer_types: List[str]) -
4141
return type_.root in pointer_types
4242

4343

44-
# TODO - Validate category is in set permissions once permissioning by category is done.
4544
def validate_category(categories: Optional[RequestQueryCategory]) -> bool:
4645
"""
4746
Validates if the given category is valid.

0 commit comments

Comments
 (0)