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:
@@ -231,7 +231,6 @@ class PublicKeyError(OpenSSLObjectError):
|
||||
|
||||
|
||||
class PublicKey(OpenSSLObject):
|
||||
|
||||
def __init__(self, module: AnsibleModule) -> None:
|
||||
super().__init__(
|
||||
path=module.params["path"],
|
||||
@@ -415,7 +414,6 @@ class PublicKey(OpenSSLObject):
|
||||
|
||||
|
||||
def main() -> t.NoReturn:
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec={
|
||||
"state": {
|
||||
|
||||
Reference in New Issue
Block a user