py: Remove unused imports

This commit is contained in:
Mykola Grymalyuk
2022-06-01 09:46:43 -06:00
parent 2768090383
commit 1ea3062ca5
11 changed files with 13 additions and 17 deletions
+1 -2
View File
@@ -2,8 +2,6 @@
# Define Files
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
from __future__ import print_function
from pathlib import Path
from typing import Optional
@@ -194,6 +192,7 @@ class Constants:
self.needs_to_open_preferences = False # Determine if preferences need to be opened
self.host_is_hackintosh = False # Determine if host is Hackintosh
self.commit_info = (None, None, None)
self.set_vmm_cpuid = False # Set VMM bit inside CPUID
self.legacy_accel_support = [
os_data.os_data.big_sur,