Merge branch 'develop' into dist/risotto/risotto-2.8.0/develop

This commit is contained in:
Emmanuel Garette 2021-05-23 21:39:18 +02:00
commit fcd137ae6f
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ class Controller:
)
@staticmethod
async def check_role(self,
uri: str,
async def check_role(uri: str,
username: str,
**kwargs: dict,
) -> None: