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 --- tests/unit/compat/mock.py | 1 - tests/unit/compat/unittest.py | 1 - tests/unit/mock/loader.py | 1 - tests/unit/modules/network/vyos/test_vyos_banner.py | 1 - tests/unit/modules/network/vyos/test_vyos_command.py | 1 - tests/unit/modules/network/vyos/test_vyos_config.py | 1 - tests/unit/modules/network/vyos/test_vyos_facts.py | 1 - tests/unit/modules/network/vyos/test_vyos_firewall_global.py | 1 - tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py | 1 - tests/unit/modules/network/vyos/test_vyos_firewall_rules.py | 1 - tests/unit/modules/network/vyos/test_vyos_ospfv2.py | 1 - tests/unit/modules/network/vyos/test_vyos_ospfv3.py | 1 - tests/unit/modules/network/vyos/test_vyos_ping.py | 1 - tests/unit/modules/network/vyos/test_vyos_static_route.py | 1 - tests/unit/modules/network/vyos/test_vyos_static_routes.py | 1 - tests/unit/modules/network/vyos/test_vyos_system.py | 1 - tests/unit/modules/network/vyos/test_vyos_user.py | 1 - tests/unit/modules/network/vyos/vyos_module.py | 1 - 18 files changed, 18 deletions(-) (limited to 'tests') diff --git a/tests/unit/compat/mock.py b/tests/unit/compat/mock.py index e8d66fab..b45d6b5c 100644 --- a/tests/unit/compat/mock.py +++ b/tests/unit/compat/mock.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/compat/unittest.py b/tests/unit/compat/unittest.py index ad188d0e..df3379b8 100644 --- a/tests/unit/compat/unittest.py +++ b/tests/unit/compat/unittest.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/mock/loader.py b/tests/unit/mock/loader.py index 475a6561..c21188ee 100644 --- a/tests/unit/mock/loader.py +++ b/tests/unit/mock/loader.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_banner.py b/tests/unit/modules/network/vyos/test_vyos_banner.py index 37024318..c575409c 100644 --- a/tests/unit/modules/network/vyos/test_vyos_banner.py +++ b/tests/unit/modules/network/vyos/test_vyos_banner.py @@ -14,7 +14,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_command.py b/tests/unit/modules/network/vyos/test_vyos_command.py index 30a4d033..820c6c44 100644 --- a/tests/unit/modules/network/vyos/test_vyos_command.py +++ b/tests/unit/modules/network/vyos/test_vyos_command.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_config.py b/tests/unit/modules/network/vyos/test_vyos_config.py index c192f340..a471edd4 100644 --- a/tests/unit/modules/network/vyos/test_vyos_config.py +++ b/tests/unit/modules/network/vyos/test_vyos_config.py @@ -17,7 +17,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_facts.py b/tests/unit/modules/network/vyos/test_vyos_facts.py index b5bfca0a..b22a5232 100644 --- a/tests/unit/modules/network/vyos/test_vyos_facts.py +++ b/tests/unit/modules/network/vyos/test_vyos_facts.py @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py index aad25827..0697f6e1 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py index 1f4e5fea..2a9a81c6 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py index a058bd07..8d59e19a 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py index ffefbedb..3d558b82 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py +++ b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py index 90279754..9c016da1 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py +++ b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_ping.py b/tests/unit/modules/network/vyos/test_vyos_ping.py index 4bead848..e3076103 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ping.py +++ b/tests/unit/modules/network/vyos/test_vyos_ping.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_static_route.py b/tests/unit/modules/network/vyos/test_vyos_static_route.py index 7bd07f66..8eef5fbc 100644 --- a/tests/unit/modules/network/vyos/test_vyos_static_route.py +++ b/tests/unit/modules/network/vyos/test_vyos_static_route.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_static_routes.py b/tests/unit/modules/network/vyos/test_vyos_static_routes.py index be707137..85c08422 100644 --- a/tests/unit/modules/network/vyos/test_vyos_static_routes.py +++ b/tests/unit/modules/network/vyos/test_vyos_static_routes.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_system.py b/tests/unit/modules/network/vyos/test_vyos_system.py index 6f9057e9..c22f7c18 100644 --- a/tests/unit/modules/network/vyos/test_vyos_system.py +++ b/tests/unit/modules/network/vyos/test_vyos_system.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_user.py b/tests/unit/modules/network/vyos/test_vyos_user.py index bb8fb446..d4c2dbe6 100644 --- a/tests/unit/modules/network/vyos/test_vyos_user.py +++ b/tests/unit/modules/network/vyos/test_vyos_user.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/vyos_module.py b/tests/unit/modules/network/vyos/vyos_module.py index 6faf4bd7..49d46522 100644 --- a/tests/unit/modules/network/vyos/vyos_module.py +++ b/tests/unit/modules/network/vyos/vyos_module.py @@ -16,7 +16,6 @@ # along with Ansible. If not, see . # Make coding more python3-ish -# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type -- cgit v1.2.3