diff options
Diffstat (limited to 'pysite/views')
| -rw-r--r-- | pysite/views/healthcheck.py | 3 | ||||
| -rw-r--r-- | pysite/views/invite.py | 3 | 
2 files changed, 0 insertions, 6 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" diff --git a/pysite/views/invite.py b/pysite/views/invite.py index 07ddc830..9563a5e6 100644 --- a/pysite/views/invite.py +++ b/pysite/views/invite.py @@ -4,9 +4,6 @@ from flask import redirect  from pysite.base_route import RouteView -__author__ = "Gareth Coles" - -  class InviteView(RouteView):      path = "/invite"      name = "invite"  |