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

@@ -1,7 +1,6 @@
from typing import Any
class GpgError(Exception):
error: Any | None
context: str | None
result: Any | None