summaryrefslogtreecommitdiff
path: root/plugins/cliconf
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2020-06-19 12:10:16 -0400
committerGitHub <noreply@github.com>2020-06-19 16:10:16 +0000
commit04d6824f87023ec59dfed5eacb7684b024b15f32 (patch)
tree7fe8708b29403328bc147966ef8d9dc110052cff /plugins/cliconf
parentfa9d2a77845c521a4536e5a671c9328b34e58e17 (diff)
downloadvyos.vyos-04d6824f87023ec59dfed5eacb7684b024b15f32.tar.gz
vyos.vyos-04d6824f87023ec59dfed5eacb7684b024b15f32.zip
Remove # pylint: skip-file usage (#47)0.0.4
Remove # pylint: skip-file usage Reviewed-by: Paul Belanger https://github.com/pabelanger
Diffstat (limited to 'plugins/cliconf')
-rw-r--r--plugins/cliconf/vyos.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/cliconf/vyos.py b/plugins/cliconf/vyos.py
index 3ae1841..de9e93d 100644
--- a/plugins/cliconf/vyos.py
+++ b/plugins/cliconf/vyos.py
@@ -16,7 +16,6 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type