mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Use ruff format, and then undo most changes with black and isort. (#903)
This commit is contained in:
@@ -181,7 +181,6 @@ if t.TYPE_CHECKING:
|
||||
|
||||
|
||||
class PrivateKeyModule(OpenSSLObject):
|
||||
|
||||
def __init__(
|
||||
self, module: AnsibleModule, module_backend: PrivateKeyBackend
|
||||
) -> None:
|
||||
@@ -255,7 +254,6 @@ class PrivateKeyModule(OpenSSLObject):
|
||||
|
||||
|
||||
def main() -> t.NoReturn:
|
||||
|
||||
argument_spec = get_privatekey_argument_spec()
|
||||
argument_spec.argument_spec.update(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user