#1645 - remove quoutes around type

This commit is contained in:
Dave Lassalle
2025-03-11 09:47:47 -05:00
parent ac74de694a
commit d32f3e76d4
+1 -1
View File
@@ -95,7 +95,7 @@ class RegistryHive(linear.LinearlyMappedLayer):
f"Exception when setting hive {self.name} max address, using {hex(self._maxaddr)}",
)
def _find_registry_process(self) -> Optional["extensions.EPROCESS"]:
def _find_registry_process(self) -> Optional[extensions.EPROCESS]:
"""Walk the active process list and return the Registry process if it exists. Duplicates
PsList.list_processes() since pulling in the plugin causes problems.