summaryrefslogtreecommitdiff
path: root/plugins/doc_fragments
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2020-06-24 03:07:29 -0400
committerGitHub <noreply@github.com>2020-06-24 07:07:29 +0000
commit5bf1112c8c015bff6f54d4b17a3571f665381e1e (patch)
treec7d7e56324d876e4367f1a66352b525ff0963474 /plugins/doc_fragments
parentb10796ee6a798d9cf27945a775794a3f4ab0100f (diff)
downloadvyos.vyos-5bf1112c8c015bff6f54d4b17a3571f665381e1e.tar.gz
vyos.vyos-5bf1112c8c015bff6f54d4b17a3571f665381e1e.zip
Clean up boilerplate ignores (#54)
Clean up boilerplate ignores Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins/doc_fragments')
-rw-r--r--plugins/doc_fragments/vyos.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/doc_fragments/vyos.py b/plugins/doc_fragments/vyos.py
index 094963f..952c81d 100644
--- a/plugins/doc_fragments/vyos.py
+++ b/plugins/doc_fragments/vyos.py
@@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
+from __future__ import absolute_import, division, print_function
+
+__metaclass__ = type
# Copyright: (c) 2015, Peter Sprygada <psprygada@ansible.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)