mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 19:58:43 +00: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>