Browse Source

Remove unused return statement

pull/504/head
Pēteris Caune 4 years ago
parent
commit
742af7bfd8
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      hc/api/views.py

+ 0
- 2
hc/api/views.py View File

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


Loading…
Cancel
Save