aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/api/healthcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/api/healthcheck.py')
-rw-r--r--pysite/views/api/healthcheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/views/api/healthcheck.py b/pysite/views/api/healthcheck.py
index d57f61fa..c873d674 100644
--- a/pysite/views/api/healthcheck.py
+++ b/pysite/views/api/healthcheck.py
@@ -1,4 +1,3 @@
-# coding=utf-8
from flask import jsonify
from pysite.base_route import APIView