Skip to content

Commit 80e6d3b

Browse files
mesemusmax-moser
andauthored
Removed the inline typing
Co-authored-by: Max <maximilian.moser@tuwien.ac.at>
1 parent 3904293 commit 80e6d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invenio_records_permissions/generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class RecordPermissionPolicy(BasePermissionPolicy):
433433
contain a list of generators.
434434
"""
435435

436-
def __init__(self, permission_name: str) -> None:
436+
def __init__(self, permission_name):
437437
"""Initialize the generator.
438438
439439
:param permission_name: Name of the permission attribute to delegate to.

0 commit comments

Comments
 (0)