mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -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
|
@ -39,7 +39,7 @@ def push_basedir(basedir):
|
|||
if basedir not in _basedirs:
|
||||
_basedirs.insert(0, basedir)
|
||||
|
||||
class PluginLoader(object):
|
||||
class PluginLoader:
|
||||
|
||||
'''
|
||||
PluginLoader loads plugins from the configured plugin directories.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue