mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
Don't fix the type error as part of the shift.
This commit is contained in:
@@ -35,9 +35,7 @@ class CapabilitiesData:
|
||||
cap_permitted: interfaces.objects.ObjectInterface
|
||||
cap_effective: interfaces.objects.ObjectInterface
|
||||
cap_bset: interfaces.objects.ObjectInterface
|
||||
cap_ambient: (
|
||||
interfaces.objects.ObjectInterface | interfaces.renderers.BaseAbsentValue
|
||||
)
|
||||
cap_ambient: interfaces.objects.ObjectInterface
|
||||
|
||||
def astuple(self) -> Tuple:
|
||||
"""Returns a shallow copy of the capability sets in a tuple.
|
||||
|
||||
Reference in New Issue
Block a user