mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Add missing boilerplate code. (#16980)
This commit is contained in:
parent
2dc8d80dc5
commit
e07fbba0a5
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
from ansible.plugins.callback.default import CallbackModule as CallbackModule_default
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue