mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
refactor: fix python black formatting
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
cb361ee3e3
commit
e890ab5813
4 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue