From a3bf72cac2f54e83b7c2eaaaa5b5d356b116d47c Mon Sep 17 00:00:00 2001 From: Vasundhara Volam Date: Thu, 26 Feb 2026 05:31:06 +0000 Subject: [PATCH] Add missing threading import in test_thermalctld.py --- sonic-thermalctld/tests/test_thermalctld.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sonic-thermalctld/tests/test_thermalctld.py b/sonic-thermalctld/tests/test_thermalctld.py index ee357e2..6576fc1 100644 --- a/sonic-thermalctld/tests/test_thermalctld.py +++ b/sonic-thermalctld/tests/test_thermalctld.py @@ -1,6 +1,7 @@ import os import sys import multiprocessing +import threading from imp import load_source # TODO: Replace with importlib once we no longer need to support Python 2 # TODO: Clean this up once we no longer need to support Python 2