diff --git a/src/risotto/controller.py b/src/risotto/controller.py index 1ffb74e..50d5ca9 100644 --- a/src/risotto/controller.py +++ b/src/risotto/controller.py @@ -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: