mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-13 03:44:02 -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
|
@ -19,7 +19,7 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
class AnsibleBaseYAMLObject(object):
|
||||
class AnsibleBaseYAMLObject:
|
||||
'''
|
||||
the base class used to sub-class python built-in objects
|
||||
so that we can add attributes to them during yaml parsing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue