omemo: remove unnecessary newline in docstring

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-10-13 13:32:39 +02:00
parent fb637a597b
commit 96acbaa13d

View file

@ -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)