Skip to content

Commit ffdf799

Browse files
committed
Fix mypy requirements update
1 parent 686297f commit ffdf799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brood/resources/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def acl_auth(
6464
def acl_check(
6565
acl: Dict[data.HolderType, List[str]],
6666
required_scopes: Set[data.ResourcePermissions],
67-
check_type: data.HolderType = None,
67+
check_type: Optional[data.HolderType] = None,
6868
) -> None:
6969
"""
7070
Checks if provided permissions from handler intersect with existing permissions for user/group.

0 commit comments

Comments
 (0)