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:
@@ -599,7 +599,9 @@ class Pkcs(OpenSSLObject):
|
||||
self.backup_file = module.backup_local(self.path)
|
||||
super().remove(module)
|
||||
|
||||
def parse(self) -> tuple[
|
||||
def parse(
|
||||
self,
|
||||
) -> tuple[
|
||||
bytes | None,
|
||||
bytes | None,
|
||||
list[bytes],
|
||||
|
||||
Reference in New Issue
Block a user