From c6f6fe4b432bea25b44c69fe6da628762210a92b Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 9 Sep 2024 18:01:26 -0600 Subject: [PATCH] nvidia_kepler.py: Remove unused import --- .../sys_patch/patchsets/hardware/graphics/nvidia_kepler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py b/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py index 6421a6a28..58e099fae 100644 --- a/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py +++ b/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py @@ -7,7 +7,6 @@ from ..base import BaseHardware, HardwareVariant, HardwareVariantGraphicsSubclas from ...base import PatchType from ...shared_patches.metal_3802 import LegacyMetal3802 -from ...shared_patches.big_sur_gva import BigSurGVA from ...shared_patches.monterey_opencl import MontereyOpenCL from ...shared_patches.big_sur_opencl import BigSurOpenCL from ...shared_patches.monterey_webkit import MontereyWebKit