Formatted files using yapf

This commit is contained in:
2022-04-08 21:22:16 +02:00
parent db13dfb04b
commit 61428cf80a
2 changed files with 4 additions and 4 deletions

1
cli.py
View File

@@ -140,6 +140,7 @@ class InventoryWriter:
"""
Helper class for generating Ansible inventory files.
"""
def __init__(self, location: str) -> None:
self._file_handle = Path(location)
self._groups: dict[str, set[str]] = DefaultDict(set)