Pedro Antonio

Results 2 issues of Pedro Antonio

```python @wraps(f) async def decorated_function(self, request, *args, **kwargs): context.set("managers", Manager(None, None, None, None)) return await f(self, request, *args, **kwargs) ``` ![image](https://user-images.githubusercontent.com/22871555/177390135-25ed3714-42f0-4847-99a0-206373d1f2cc.png)