Remove unused return statement

This commit is contained in:
Pēteris Caune 2021-04-14 11:54:43 +03:00
parent 78652b5659
commit 742af7bfd8
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -158,8 +158,6 @@ def _update(check, spec):
if new_channels is not None:
check.channel_set.set(new_channels)
return check
@validate_json()
@authorize_read