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 e8d66fa..b45d6b5 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 ad188d0..df3379b 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 475a656..c21188e 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 3702431..c575409 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 30a4d03..820c6c4 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 c192f34..a471edd 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 b5bfca0..b22a523 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 aad2582..0697f6e 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 1f4e5fe..2a9a81c 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 a058bd0..8d59e19 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 ffefbed..3d558b8 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 9027975..9c016da 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 4bead84..e307610 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 7bd07f6..8eef5fb 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 be70713..85c0842 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 6f9057e..c22f7c1 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 bb8fb44..d4c2dbe 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 6faf4bd..49d4652 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