freeipa/ipapython/install
Stanislav Levin b8480549c6 pylint: Fix useless-object-inheritance
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/useless-object-inheritance.html:
> Used when a class inherit from object, which under python3 is
implicit, hence can be safely removed from bases.

Fixes: https://pagure.io/freeipa/issue/9278
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Stanislav Levin <slev@altlinux.org>
2023-01-10 08:30:58 +01:00
..
__init__.py install: Introduce installer framework ipapython.install 2015-06-08 15:34:11 +00:00
cli.py pylint: Fix arguments-renamed 2022-03-11 13:37:08 -05:00
common.py Fix errors found by Pylint-2.4.3 2019-10-21 18:01:32 +11:00
core.py pylint: Fix useless-object-inheritance 2023-01-10 08:30:58 +01:00
typing.py pylint: Fix useless-object-inheritance 2023-01-10 08:30:58 +01:00
util.py Py3: Remove subclassing from object 2018-09-27 11:49:04 +02:00