puresnmp
puresnmp copied to clipboard
__getitem__ of the ObjectIdentifer type does not accept slices in type hints
Repro:
oid = ObjectIdentifier(1, 2, 3, 4)
oid[:-1] # <-- raises typing error