From d2b724102b8519ce4ebf7663b75b8bc9f29420c0 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 31 Jan 2025 07:49:35 -0700 Subject: [PATCH] refactor: fix python black formatting Signed-off-by: Rich Megginson --- module_utils/network_lsr/nm_provider.py | 2 +- tests/ensure_provider_tests.py | 3 +-- tests/unit/test_network_connections.py | 2 +- tests/unit/test_nm_provider.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/module_utils/network_lsr/nm_provider.py b/module_utils/network_lsr/nm_provider.py index bf102793..a9831c92 100644 --- a/module_utils/network_lsr/nm_provider.py +++ b/module_utils/network_lsr/nm_provider.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -""" Support for NetworkManager aka the NM provider """ +"""Support for NetworkManager aka the NM provider""" from __future__ import absolute_import, division, print_function diff --git a/tests/ensure_provider_tests.py b/tests/ensure_provider_tests.py index 23c730f2..6e0643db 100755 --- a/tests/ensure_provider_tests.py +++ b/tests/ensure_provider_tests.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: BSD-3-Clause -""" Check that there is a playbook to run all role tests with both providers -""" +"""Check that there is a playbook to run all role tests with both providers""" # vim: fileencoding=utf8 import difflib diff --git a/tests/unit/test_network_connections.py b/tests/unit/test_network_connections.py index d9a8918b..2b0af8f1 100644 --- a/tests/unit/test_network_connections.py +++ b/tests/unit/test_network_connections.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -""" Tests for network_connections Ansible module """ +"""Tests for network_connections Ansible module""" # SPDX-License-Identifier: BSD-3-Clause import copy import itertools diff --git a/tests/unit/test_nm_provider.py b/tests/unit/test_nm_provider.py index 11635847..917575da 100644 --- a/tests/unit/test_nm_provider.py +++ b/tests/unit/test_nm_provider.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -""" Tests for network_connections Ansible module """ +"""Tests for network_connections Ansible module""" # SPDX-License-Identifier: BSD-3-Clause import os