Skip to content

Commit f900e3a

Browse files
committed
fix mypy error
1 parent e0933b7 commit f900e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo/apps/user/commands/change_permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async def change_permissions(
3434
)
3535
return
3636

37-
params: t.Dict[Column, bool] = {}
37+
params: t.Dict[t.Union[Column, str], bool] = {}
3838

3939
if admin is not None:
4040
params[BaseUser.admin] = admin

0 commit comments

Comments
 (0)