omemo: remove unnecessary newline in docstring
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
fb637a597b
commit
96acbaa13d
1 changed files with 1 additions and 2 deletions
|
@ -432,8 +432,7 @@ class E2EEPlugin(BasePlugin):
|
|||
config.silent_set(option=option_name, value=state, section=jid)
|
||||
|
||||
def fetch_trust(self, jid: JID, fingerprint: str) -> str:
|
||||
"""Fetch trust of a fingerprint and a jid.
|
||||
"""
|
||||
"""Fetch trust of a fingerprint and a jid."""
|
||||
option_name = '%s:%s' % (self.encryption_short_name, fingerprint)
|
||||
return config.get(option=option_name, section=jid)
|
||||
|
||||
|
|
Loading…
Reference in a new issue