mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Remove inherit from object as it's no longer needed to determine new-style classes
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
class TaskQueueManagerHostPlaybookIterator(object):
|
||||
class TaskQueueManagerHostPlaybookIterator:
|
||||
|
||||
def __init__(self, host, playbook):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user