Re: [PATCH v1 2/4] dts: unify class inheritance from object
Reviewed-by: Jeremy Spewock
Re: [PATCH v1 2/4] dts: unify class inheritance from object
Reviewed-by: Patrick Robb
Re: [PATCH v1 2/4] dts: unify class inheritance from object
Reviewed-by: Luca Vizzarro
[PATCH v1 2/4] dts: unify class inheritance from object
There are two ways we specify that a class inherits from object - implicitly and explicitly. There's no need to explicitly specify that a class inherits from object and is in fact mostly a remnant from Python2. Leaving it implicit is the standard in Python3 and offers a small bonus in cases where s