From 5bf1112c8c015bff6f54d4b17a3571f665381e1e Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Wed, 24 Jun 2020 03:07:29 -0400 Subject: Clean up boilerplate ignores (#54) Clean up boilerplate ignores Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/modules/vyos_user.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/modules/vyos_user.py') diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py index d788a99f..58532eb5 100644 --- a/plugins/modules/vyos_user.py +++ b/plugins/modules/vyos_user.py @@ -1,5 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +from __future__ import absolute_import, division, print_function + +__metaclass__ = type # (c) 2017, Ansible by Red Hat, inc # -- cgit v1.2.3