summaryrefslogtreecommitdiff
path: root/plugins/module_utils/network
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/module_utils/network
parentb10796ee6a798d9cf27945a775794a3f4ab0100f (diff)
downloadvyos-ansible-collection-5bf1112c8c015bff6f54d4b17a3571f665381e1e.tar.gz
vyos-ansible-collection-5bf1112c8c015bff6f54d4b17a3571f665381e1e.zip
Clean up boilerplate ignores (#54)
Clean up boilerplate ignores Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins/module_utils/network')
-rw-r--r--plugins/module_utils/network/vyos/vyos.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/module_utils/network/vyos/vyos.py b/plugins/module_utils/network/vyos/vyos.py
index 908395a..7257b85 100644
--- a/plugins/module_utils/network/vyos/vyos.py
+++ b/plugins/module_utils/network/vyos/vyos.py
@@ -25,6 +25,9 @@
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
+from __future__ import absolute_import, division, print_function
+
+__metaclass__ = type
import json
from ansible.module_utils._text import to_text