Skip to content

Commit

Permalink
refactor: fix python black formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Jan 31, 2025
1 parent cb361ee commit d2b7241
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion module_utils/network_lsr/nm_provider.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions tests/ensure_provider_tests.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_network_connections.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_nm_provider.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d2b7241

Please sign in to comment.