Skip to content

Commit

Permalink
Removed default return, you should explicitly do that
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianOellegaard committed Mar 28, 2013
1 parent fc053ca commit bb21db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion health_check/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
class BaseHealthCheck(BaseHealthCheckBackend):
def check_status(self):
self._wrapped()
return True


def healthcheck(func_or_name):
Expand Down

0 comments on commit bb21db2

Please sign in to comment.