From b9df76ebdf3e768b37c1cc980e8444aa837c623e Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:31:54 -0400 Subject: [PATCH] detect.py: Fix missing import --- opencore_legacy_patcher/sys_patch/patchsets/detect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opencore_legacy_patcher/sys_patch/patchsets/detect.py b/opencore_legacy_patcher/sys_patch/patchsets/detect.py index 14264931e..738254b4e 100644 --- a/opencore_legacy_patcher/sys_patch/patchsets/detect.py +++ b/opencore_legacy_patcher/sys_patch/patchsets/detect.py @@ -44,7 +44,6 @@ from .hardware.misc import ( pcie_webcam, t1_security, usb11, - cpu_missing_avx, ) from ... import constants