mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-11 14:50:48 +02:00
Python 2 is no longer supported upstream. Actively drop compatibility with Python 2. Removing the inheritance of a class on object pacifies recent versions of Pylint (useless-object-inheritance). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>