refactor: fix python black formatting

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2025-01-31 07:49:35 -07:00 committed by Richard Megginson
parent cb361ee3e3
commit e890ab5813
4 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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