[openpgp] Improve type annotations

This commit is contained in:
Philipp Hörist
2025-02-27 22:59:18 +01:00
parent 043fc120da
commit 9571a622ed
8 changed files with 57 additions and 37 deletions

View File

@@ -71,7 +71,7 @@ class KeyWizard(Gtk.Assistant):
self.connect("cancel", self._on_cancel)
self.connect("close", self._on_cancel)
self._remove_sidebar()
# self._remove_sidebar()
self.show()
def _add_page(self, page: Gtk.Box) -> None: