From 04d6824f87023ec59dfed5eacb7684b024b15f32 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 19 Jun 2020 12:10:16 -0400 Subject: Remove # pylint: skip-file usage (#47) Remove # pylint: skip-file usage Reviewed-by: Paul Belanger https://github.com/pabelanger --- plugins/action/vyos.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/action') diff --git a/plugins/action/vyos.py b/plugins/action/vyos.py index 5c310c3..cab2f3f 100644 --- a/plugins/action/vyos.py +++ b/plugins/action/vyos.py @@ -16,7 +16,6 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . # -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type -- cgit v1.2.3