nvidia_kepler.py: Remove unused import

This commit is contained in:
Mykola Grymalyuk
2024-09-09 18:01:26 -06:00
parent c3dcb35b33
commit c6f6fe4b43

View File

@@ -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