Don't fix the type error as part of the shift.

This commit is contained in:
Mike Auty
2025-01-26 13:48:00 +00:00
parent 1ac2dbc49c
commit e4e54a5c58
@@ -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.