From e53d99571d1f7d1f5ebb364872c3ba566517d81d Mon Sep 17 00:00:00 2001 From: james Hart Date: Mon, 3 Mar 2025 16:09:49 +0000 Subject: [PATCH] remove the extra threading too --- health_ping.py | 1 - 1 file changed, 1 deletion(-) diff --git a/health_ping.py b/health_ping.py index 593a41e..4ce4d58 100755 --- a/health_ping.py +++ b/health_ping.py @@ -4,7 +4,6 @@ from datetime import datetime, timezone import os import threading -from concurrent.futures import ThreadPoolExecutor import logging import requests import json