```python def notify(self, *args, **kwargs): ``` * Use the above code * Place cursor after the `:` * Hit enter ```python def notify(self, * args, ** kwargs): ``` @brettcannon Personally I don't think we should be doing this. What do you think?