[openpgp] Improve type annotations
This commit is contained in:
@@ -68,7 +68,7 @@ class OpenPGPPlugin(GajimPlugin):
|
||||
"signed-in": (ged.PRECORE, self.signed_in),
|
||||
}
|
||||
|
||||
self.modules = [openpgp]
|
||||
self.modules = [openpgp] # type: ignore
|
||||
|
||||
self.encryption_name = ENCRYPTION_NAME
|
||||
self.config_dialog = None
|
||||
|
||||
Reference in New Issue
Block a user