Skip to content

Commit cfeb806

Browse files
committed
merp
1 parent 169773c commit cfeb806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/user.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1497,8 +1497,8 @@ def user_permission_list(short: bool = False, full: bool = False, apps: list[str
14971497
# FIXME: missing return type
14981498
def user_permission_update(
14991499
permission: str,
1500-
label: Optional[str] = None,
1501-
show_tile: Optional[bool] = None,
1500+
label: str | None = None,
1501+
show_tile: bool | None = None,
15021502
sync_perm: bool = True,
15031503
):
15041504
from yunohost.permission import user_permission_update

0 commit comments

Comments
 (0)