detect.py: Fix missing import

This commit is contained in:
Dhinak G
2026-03-19 12:31:54 -04:00
parent 703acc9c19
commit b9df76ebdf

View File

@@ -44,7 +44,6 @@ from .hardware.misc import (
pcie_webcam, pcie_webcam,
t1_security, t1_security,
usb11, usb11,
cpu_missing_avx,
) )
from ... import constants from ... import constants