diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2020-06-24 03:07:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 07:07:29 +0000 |
commit | 5bf1112c8c015bff6f54d4b17a3571f665381e1e (patch) | |
tree | c7d7e56324d876e4367f1a66352b525ff0963474 /plugins/modules/vyos_system.py | |
parent | b10796ee6a798d9cf27945a775794a3f4ab0100f (diff) | |
download | vyos-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/modules/vyos_system.py')
-rw-r--r-- | plugins/modules/vyos_system.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. # +from __future__ import absolute_import, division, print_function + +__metaclass__ = type DOCUMENTATION = """ |