Files
ansible/changelogs/fragments/code-cleanup.yml
T
Matt ClayandGitHub ce6d8a143c Code cleanup to prepare for pylint update. (#75475)
* user - Remove unused code.
* Replace deprecated abstractproperty decorator.
* Fix __all__ to be a tuple.
* Use a generator in subelements lookup.
* Use from import in basic.py
* Add changelog fragment.
* Fix selinux unit test.
2021-08-11 17:47:23 -04:00

7 lines
353 B
YAML

minor_changes:
- basic module_util - Clean up ``selinux`` compat import.
- subelements lookup - Use generator in instance type check.
- unicode utils - Fix ``__all__`` which was incorrectly declared as a string instead of a tuple.
- connection base - Avoid using deprecated ``@abstractproperty`` decorator.
- user module - Remove unused code.