From 7f16cfd033e8917729ba80169f925178ae809303 Mon Sep 17 00:00:00 2001 From: james Hart Date: Mon, 3 Mar 2025 15:57:58 +0000 Subject: [PATCH] remove unnecessary library --- health_ping.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/health_ping.py b/health_ping.py index 215e5cf..593a41e 100755 --- a/health_ping.py +++ b/health_ping.py @@ -14,9 +14,6 @@ import http.server import socketserver import github -import psutil - -process = psutil.Process(os.getpid()) max_threads = os.getenv('MAX_THREADS', 200) sc_api_endpoint = os.getenv('SERVICE_CATALOGUE_API_ENDPOINT')