mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fix ansible-test pylint and pep8 issues. (#24245)
* Fix pylint useless-super-delegation issues. * Fix miscellaneous pylint issues. * Fix PEP 8 issues. * Fix warnings reported by PyCharm.
This commit is contained in:
@@ -19,6 +19,7 @@ class WrappedThread(threading.Thread):
|
||||
"""
|
||||
:type action: () -> any
|
||||
"""
|
||||
# noinspection PyOldStyleClasses
|
||||
super(WrappedThread, self).__init__()
|
||||
self._result = queue.Queue()
|
||||
self.action = action
|
||||
|
||||
Reference in New Issue
Block a user