Skip to content

Commit 0798188

Browse files
committed
refactor: fix python black formatting
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 59e6e0b commit 0798188

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

module_utils/ha_cluster_lsr/info/exporter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def export_corosync_cluster_name(corosync_conf_dict: Dict[str, Any]) -> str:
6868

6969

7070
def export_corosync_transport(
71-
corosync_conf_dict: Dict[str, Any]
71+
corosync_conf_dict: Dict[str, Any],
7272
) -> Dict[str, Any]:
7373
"""
7474
Export transport options in role format from corosync config in pcs format
@@ -115,7 +115,7 @@ def export_corosync_totem(corosync_conf_dict: Dict[str, Any]) -> Dict[str, Any]:
115115

116116

117117
def export_corosync_quorum(
118-
corosync_conf_dict: Dict[str, Any]
118+
corosync_conf_dict: Dict[str, Any],
119119
) -> Dict[str, Any]:
120120
"""
121121
Export quorum options in role format from corosync config in pcs format

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configfile = {toxinidir}/pyproject.toml
1515
# most tox-lsr tests locally or you will get errors like this:
1616
# ansible-lint-collection: failed with ansible-lint is not allowed, use allowlist_externals to allow it
1717
[testenv]
18-
sitepackages=True
18+
#sitepackages=True
1919
setenv =
2020
RUN_PYTEST_SETUP_MODULE_UTILS = true
2121
RUN_PYLINT_SETUP_MODULE_UTILS = true

0 commit comments

Comments
 (0)