Skip to content

Commit e890ab5

Browse files
committed
refactor: fix python black formatting
Signed-off-by: Rich Megginson <[email protected]>
1 parent cb361ee commit e890ab5

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

module_utils/network_lsr/nm_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
""" Support for NetworkManager aka the NM provider """
2+
"""Support for NetworkManager aka the NM provider"""
33

44
from __future__ import absolute_import, division, print_function
55

tests/ensure_provider_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python3
22
# SPDX-License-Identifier: BSD-3-Clause
3-
""" Check that there is a playbook to run all role tests with both providers
4-
"""
3+
"""Check that there is a playbook to run all role tests with both providers"""
54
# vim: fileencoding=utf8
65

76
import difflib

tests/unit/test_network_connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
""" Tests for network_connections Ansible module """
2+
"""Tests for network_connections Ansible module"""
33
# SPDX-License-Identifier: BSD-3-Clause
44
import copy
55
import itertools

tests/unit/test_nm_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
""" Tests for network_connections Ansible module """
2+
"""Tests for network_connections Ansible module"""
33
# SPDX-License-Identifier: BSD-3-Clause
44

55
import os

0 commit comments

Comments
 (0)