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_system.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/modules/vyos_system.py') diff --git a/plugins/modules/vyos_system.py b/plugins/modules/vyos_system.py index 53b04c8..220d1ff 100644 --- a/plugins/modules/vyos_system.py +++ b/plugins/modules/vyos_system.py @@ -16,6 +16,9 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . # +from __future__ import absolute_import, division, print_function + +__metaclass__ = type DOCUMENTATION = """ -- cgit v1.2.3