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:
@@ -440,7 +440,6 @@ def test_luks_remove_key(
|
||||
expected: bool | t.Literal["exception"],
|
||||
monkeypatch,
|
||||
) -> None:
|
||||
|
||||
module = DummyModule()
|
||||
module.params["device"] = device
|
||||
module.params["passphrase_encoding"] = "text"
|
||||
|
||||
Reference in New Issue
Block a user