forked from GithubBackups/healthchecks
Remove unused return statement
This commit is contained in:
parent
78652b5659
commit
742af7bfd8
@ -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…
x
Reference in New Issue
Block a user