Add missing boilerplate.

pull/60173/head
Matt Clay 5 years ago
parent 5673482460
commit 233efe0886

@ -14,6 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from ansible.module_utils.basic import AnsibleModule

Loading…
Cancel
Save