mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Use ruff format, and then undo most changes with black and isort. (#903)
This commit is contained in:
@@ -381,7 +381,6 @@ def select_message_digest(
|
||||
|
||||
|
||||
class OpenSSLObject(metaclass=abc.ABCMeta):
|
||||
|
||||
def __init__(self, *, path: str, state: str, force: bool, check_mode: bool) -> None:
|
||||
self.path = path
|
||||
self.state = state
|
||||
|
||||
Reference in New Issue
Block a user