Reformat with ruff format

This commit is contained in:
Philipp Hörist
2026-01-02 17:30:56 +01:00
parent fd70805de6
commit aed2ce4729
27 changed files with 15 additions and 73 deletions

View File

@@ -83,7 +83,6 @@ if BINARY is None or error:
class PGPPlugin(GajimPlugin):
def init(self):
self.description = _("PGP encryption as per XEP-0027")
if error_msg:
@@ -140,7 +139,6 @@ class PGPPlugin(GajimPlugin):
@staticmethod
def _on_not_trusted(event: PGPNotTrusted) -> None:
def _on_response(response_id: str, do_not_ask_again: bool) -> None:
if response_id == "accept":
event.on_yes(do_not_ask_again)