mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Use ruff format, and then undo most changes with black and isort. (#903)
This commit is contained in:
@@ -194,7 +194,8 @@ def main() -> t.NoReturn:
|
||||
data = f.read()
|
||||
except (IOError, OSError) as e:
|
||||
module.fail_json(
|
||||
msg=f"Error while reading public key file from disk: {e}", **result # type: ignore
|
||||
msg=f"Error while reading public key file from disk: {e}",
|
||||
**result, # type: ignore
|
||||
)
|
||||
|
||||
module_backend = select_backend(module=module, content=data)
|
||||
|
||||
Reference in New Issue
Block a user