We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686297f commit ffdf799Copy full SHA for ffdf799
1 file changed
brood/resources/actions.py
@@ -64,7 +64,7 @@ def acl_auth(
64
def acl_check(
65
acl: Dict[data.HolderType, List[str]],
66
required_scopes: Set[data.ResourcePermissions],
67
- check_type: data.HolderType = None,
+ check_type: Optional[data.HolderType] = None,
68
) -> None:
69
"""
70
Checks if provided permissions from handler intersect with existing permissions for user/group.
0 commit comments