fix linter errors 🙄

This commit is contained in:
Jan Koppe 2020-05-01 14:20:02 +02:00
parent 75c431bd39
commit 369bbf042c
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ class StreamChange(UpdateView):
template_name_suffix = '_update_form' template_name_suffix = '_update_form'
@method_decorator(login_required, name='dispatch') @method_decorator(login_required, name='dispatch')
@method_decorator(permission_required_or_403('rtmp.add_stream'), @method_decorator(permission_required_or_403('rtmp.add_stream'),
name='dispatch') name='dispatch')