Skip to content

Commit

Permalink
remove unnecessary library
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Mar 3, 2025
1 parent 1dca52d commit 7f16cfd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions health_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7f16cfd

Please sign in to comment.