mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 21:33:00 +00:00
Use ruff format, and then undo most changes with black and isort. (#903)
This commit is contained in:
@@ -230,7 +230,6 @@ def test_invalid_key_sizes(
|
||||
|
||||
@pytest.mark.skipif(not HAS_OPENSSH_SUPPORT, reason="requires cryptography")
|
||||
def test_valid_comment_update() -> None:
|
||||
|
||||
pair = OpensshKeypair.generate()
|
||||
new_comment = "comment"
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user