mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Remove inherit from object as it's no longer needed to determine new-style classes
This commit is contained in:
parent
acf4bc95a3
commit
eafa718be1
14 changed files with 14 additions and 14 deletions
|
@ -25,7 +25,7 @@ from ansible.errors import AnsibleParserError
|
|||
from ansible.plugins import module_finder
|
||||
from ansible.parsing.splitter import parse_kv
|
||||
|
||||
class ModuleArgsParser(object):
|
||||
class ModuleArgsParser:
|
||||
|
||||
"""
|
||||
There are several ways a module and argument set can be expressed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue