aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/healthcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/healthcheck.py')
-rw-r--r--pysite/views/healthcheck.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pysite/views/healthcheck.py b/pysite/views/healthcheck.py
index 088bc7b3..9d1f681a 100644
--- a/pysite/views/healthcheck.py
+++ b/pysite/views/healthcheck.py
@@ -4,9 +4,6 @@ from flask import jsonify
from pysite.base_route import RouteView
-__author__ = "Gareth Coles"
-
-
class IndexView(RouteView):
path = "/healthcheck"
name = "healthcheck"