From 34aeba54e522e602dce86b4f30a93549f6c37a64 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Mon, 16 Jan 2023 20:19:03 -0500 Subject: [PATCH] Update health_service.py Signed-off-by: Kaveen Kumarasinghe --- services/health_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/services/health_service.py b/services/health_service.py index cd9cda1..bd01739 100644 --- a/services/health_service.py +++ b/services/health_service.py @@ -5,7 +5,6 @@ from flask import Flask from multiprocessing import Process app = Flask(__name__) -health = HealthCheck() start_time = datetime.datetime.now()